Skip to content

Commit

Permalink
fix a tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KOBA789 committed Aug 11, 2012
1 parent e286a82 commit 465aadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var util = require('util'),
function World () {
this.objects = [];
this.electricity = null;
this.footprints = [];
}

World.prototype.summon = function (part) {
Expand Down

0 comments on commit 465aadb

Please sign in to comment.