(function(global) {
  global.grecaptcha = {};

  global.hcRecaptcha = {
    resolved: false
  };

  global.hcResolveCaptcha = function(){
    global.hcRecaptcha.resolved = true;
  };
}(this));
