Skip to content

Commit

Permalink
Make sure tests run in browser with knockout-raw.js by defining amdRe…
Browse files Browse the repository at this point in the history
…quire.
  • Loading branch information
mbest committed Mar 19, 2015
1 parent 3af6762 commit 9f5603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 <script> tags referencing each of the knockout.js source files in the correct order
// It uses JSONP to fetch the list of source files from source-references.js
Expand Down

0 comments on commit 9f5603e

Please sign in to comment.