Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefamar committed Sep 9, 2013
1 parent fd2126a commit 096184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physi.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ window.Physijs = (function() {
*/

var i, j, offset, object1, object2, id1, id2,
collisions = {}, collided_with = [], normal_offsets = {};
collisions = {}, normal_offsets = {};

// Build collision manifest
for ( i = 0; i < data[1]; i++ ) {
Expand Down

0 comments on commit 096184f

Please sign in to comment.