angular.js/src/scenario/angular.suffix

11 lines
271 B
Text

var $scenarioRunner = new angular.scenario.Runner(window, jQuery);
window.onload = function(){
try {
if (previousOnLoad) previousOnLoad();
} catch(e) {}
$scenarioRunner.run(jQuery(window.document.body));
};
})(window, document, window.onload);