You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"start": "(function () {_chk = function (n,d) {if(!d){var _msg = n + \" is not defined. It is required to run hull.js\";alert(_msg); throw new Error(_msg);};return true;};_chk('jQuery', window.jQuery);var args; var dfd;;window.Hull=window.Hull||{};Hull.init = function(){args = arguments;dfd = jQuery.Deferred();return dfd.promise();};var require, requirejs, define,root = {jQuery: window.jQuery};(function () {",
29
+
"end": ";define('jquery', function () {return root.jQuery;});Hull.require(['lib/api'], function (fn){Hull.init = fn; if (args) {return Hull.init.apply(undefined,args).then(function (a) {delete Hull.init;Hull.api=a.api;Hull.login=a.auth.login;Hull.logout=a.auth.logout;dfd.resolve(a);}, function(a){dfd.reject(a);});}});}).call(root);for(var i in root){_chk(i, root[i]) && root.hasOwnProperty(i) && Hull.define(i.toLowerCase(), function (){return root[i];})}})();"
"end": ";Hull.define = define; Hull.require = require; }).call(root);for(var i in root){root.hasOwnProperty(i) && Hull.define(i.toLowerCase(), function (){return root[i];})}})();"
46
+
"start": "(function () {_chk = function (n,d) {if(!d){var _msg = n + \" is not defined. It is required to run hull.js\";alert(_msg); throw new Error(_msg);};return true;};_chk('jQuery', window.jQuery);var require, requirejs, define,root = {jQuery: window.jQuery};(function () {",
47
+
"end": ";}).call(root);for(var i in root){_chk(i, root[i]) && root.hasOwnProperty(i) && Hull.define(i.toLowerCase(), function (){return root[i];})}})();"
0 commit comments