Skip to content

Commit

Permalink
Merge pull request #1 from jackismissing/jackismissing-patch-1
Browse files Browse the repository at this point in the history
RenderPixi.js - added missing dependencies
  • Loading branch information
jackismissing committed Apr 25, 2016
2 parents 326816f + aec19ae commit 46a2bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/render/RenderPixi.js
Expand Up @@ -9,8 +9,10 @@ var RenderPixi = {};

module.exports = RenderPixi;

var Bounds = require('../geometry/Bounds');
var Composite = require('../body/Composite');
var Common = require('../core/Common');
var Vector = require('../geometry/Vector');

(function() {

Expand Down

0 comments on commit 46a2bf6

Please sign in to comment.