From 1e2f9b2d0f87689e06fdbdf9e22b4f63c0b74266 Mon Sep 17 00:00:00 2001 From: Jasper Date: Fri, 3 Jan 2014 12:54:41 -0500 Subject: [PATCH] small fix to umd --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';",