Demos: Fixup correct name

This commit is contained in:
Alexander Schmitz 2015-07-21 10:55:41 -04:00
parent 7336a5869c
commit 21acf69770

2
demos/bootstrap.js vendored
View File

@ -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 );
} );
} )();