aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-21 10:55:41 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-07-21 11:00:40 -0400
commit21acf69770db474b49b7878c5c9578884c276404 (patch)
tree39449521e4a7987c3a6c288469fbf36037a296e3 /demos
parent7336a5869ceb2bf27779b5f089277c365fc7d278 (diff)
downloadjquery-ui-21acf69770db474b49b7878c5c9578884c276404.tar.gz
jquery-ui-21acf69770db474b49b7878c5c9578884c276404.zip
Demos: Fixup correct name
Diffstat (limited to 'demos')
-rw-r--r--demos/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js
index c82ecc1b0..f17e33230 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -54,7 +54,7 @@ require( modules, function() {
document.documentElement.className = "";
newScript.text = "( function() { " + script.innerHTML + " } )();";
- document.head.appendChild( script ).parentNode.removeChild( script );
+ document.head.appendChild( newScript ).parentNode.removeChild( newScript );
} );
} )();