diff --git a/gruntfile.js b/gruntfile.js index 5474f4f8..9cff2649 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -25,7 +25,7 @@ module.exports = function(grunt) { " } else if (typeof exports === 'object') {", " module.exports = factory.apply(root, ['<%= deps.join(\"','\")%>'].map(require));", " } else {", - " factory.call(root, Physics);", + " factory.call(root, root.Physics);", " }", "}(this, function (Physics) {", " 'use strict';",