var DEBUG = true, // ensure these variables are defined (even if their values are undefined) jQueryInstance = window.jQuery, // Use a different variable name (not 'jQuery') to avoid overwriting window.jQuery with 'undefined' on IE < 9 amdRequire = window.require; // This script adds "); }; var buildFolderPath = getPathToScriptTagSrc(debugFileName); window.knockoutDebugCallback = function (scriptUrls) { for (var i = 0; i < scriptUrls.length; i++) referenceScript(buildFolderPath + scriptUrls[i]); }; referenceScript(buildFolderPath + sourcesReferenceFile); })();