Skip to content

Commit

Permalink
mutable position
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jan 7, 2015
1 parent cec2e85 commit dcaeb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/catan/js/Position.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
this.line = line;

// Make the position immutable
Object.freeze(this);
//Object.freeze(this);
};

})(Catan);

0 comments on commit dcaeb0e

Please sign in to comment.