From 27868f17ded5e668aad17739cecd228dc3c87219 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 23 Sep 2010 13:53:38 +0200 Subject: cleanup underscore.js form rakefile --- src/scenario/bootstrap.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/scenario/bootstrap.js b/src/scenario/bootstrap.js index 694d0e97..f74305c3 100644 --- a/src/scenario/bootstrap.js +++ b/src/scenario/bootstrap.js @@ -25,13 +25,12 @@ }; window.onload = function(){ - _.defer(function(){ + setTimeout(function(){ $scenarioRunner.run(jQuery(window.document.body)); - }); + }, 0); (onLoadDelegate||function(){})(); }; addCSS("../../css/angular-scenario.css"); - addScript("../../lib/underscore/underscore.js"); addScript("../../lib/jquery/jquery-1.4.2.js"); addScript("Runner.js"); addScript("../Angular.js"); -- cgit v1.2.3