Skip to content

Commit

Permalink
added missing dependency to Render.js
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Dec 2, 2015
1 parent e191d44 commit df5f16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/Render.js
Expand Up @@ -19,6 +19,7 @@ var Composite = require('../body/Composite');
var Bounds = require('../geometry/Bounds');
var Events = require('../core/Events');
var Grid = require('../collision/Grid');
var Vector = require('../geometry/Vector');

(function() {

Expand Down

0 comments on commit df5f16c

Please sign in to comment.