diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-21 10:55:41 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-21 11:00:40 -0400 |
commit | 21acf69770db474b49b7878c5c9578884c276404 (patch) | |
tree | 39449521e4a7987c3a6c288469fbf36037a296e3 /demos | |
parent | 7336a5869ceb2bf27779b5f089277c365fc7d278 (diff) | |
download | jquery-ui-21acf69770db474b49b7878c5c9578884c276404.tar.gz jquery-ui-21acf69770db474b49b7878c5c9578884c276404.zip |
Demos: Fixup correct name
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bootstrap.js | 2 |
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 ); } ); } )(); |