From 9f9bdcf3d16de651f85ccfe9e079cb57baca9eb7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 19 Apr 2010 14:41:36 -0700 Subject: lint --- src/scenario/bootstrap.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/scenario/bootstrap.js') diff --git a/src/scenario/bootstrap.js b/src/scenario/bootstrap.js index b49530df..169f1860 100644 --- a/src/scenario/bootstrap.js +++ b/src/scenario/bootstrap.js @@ -12,10 +12,12 @@ })(); function addScript(path) { document.write(''); - }; + } + function addCSS(path) { document.write(''); - }; + } + window.onload = function(){ if (!_.stepper) { _.stepper = function(collection, iterator, done){ -- cgit v1.2.3