"use strict"; should never be used at top level in a JS file

This can create weird conflicts when using other libraries
This commit is contained in:
Calvin Walton 2017-01-06 10:19:38 -05:00
parent f561e21e20
commit 2aa3ebb16b

View File

@ -19,7 +19,6 @@
// - - - START OF GLOBAL VARIABLES - - - //
"use strict";
function getUrlParameters() {
console.log("** Getting url params");