From 21acf69770db474b49b7878c5c9578884c276404 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Tue, 21 Jul 2015 10:55:41 -0400 Subject: [PATCH] Demos: Fixup correct name --- demos/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } ); } )(); -- 2.39.5