Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Commit

Permalink
small fix to umd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper authored and Jasper committed Jan 3, 2014
1 parent 72a624e commit 1e2f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';",
Expand Down

0 comments on commit 1e2f9b2

Please sign in to comment.