aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/bootstrap.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-19 14:41:36 -0700
committerMisko Hevery2010-04-19 14:41:36 -0700
commit9f9bdcf3d16de651f85ccfe9e079cb57baca9eb7 (patch)
tree4b9055c613f6a414557a351bd97d5f1e688e2921 /src/scenario/bootstrap.js
parent618a2b423d826ab8366a6907e71a4af0e76d6211 (diff)
downloadangular.js-9f9bdcf3d16de651f85ccfe9e079cb57baca9eb7.tar.bz2
lint
Diffstat (limited to 'src/scenario/bootstrap.js')
-rw-r--r--src/scenario/bootstrap.js6
1 files changed, 4 insertions, 2 deletions
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('<script type="text/javascript" src="' + prefix + path + '"></script>');
- };
+ }
+
function addCSS(path) {
document.write('<link rel="stylesheet" type="text/css" href="' + prefix + path + '"/>');
- };
+ }
+
window.onload = function(){
if (!_.stepper) {
_.stepper = function(collection, iterator, done){