diff options
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r-- | demos/bootstrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 9a82071c7..9b0468028 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -1,5 +1,6 @@ /* globals window, document */ ( function() { +"use strict"; // Find the script element var scripts = document.getElementsByTagName( "script" ); |