Skip to content

Commit

Permalink
fixed module warning
Browse files Browse the repository at this point in the history
  • Loading branch information
linshun committed Sep 18, 2012
1 parent 65eddfe commit 770fe2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion box2d/box2d.js
Expand Up @@ -10877,4 +10877,6 @@ var i;
for (i = 0; i < Box2D.postDefs.length; ++i) Box2D.postDefs[i](); for (i = 0; i < Box2D.postDefs.length; ++i) Box2D.postDefs[i]();
delete Box2D.postDefs; delete Box2D.postDefs;


module.exports = Box2D; if (typeof require !== 'undefined') {
module.exports = Box2D;
}

0 comments on commit 770fe2a

Please sign in to comment.