diff --git a/build/knockout-raw.js b/build/knockout-raw.js index 158bf370c..b9f9389fc 100644 --- a/build/knockout-raw.js +++ b/build/knockout-raw.js @@ -1,7 +1,7 @@ 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 - require = window.require; + amdRequire = window.require; // This script adds