mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 08:20:25 +00:00
11 lines
271 B
Text
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);
|