diff --git a/www/js/catan/js/Position.js b/www/js/catan/js/Position.js index 6126fff..a9471af 100644 --- a/www/js/catan/js/Position.js +++ b/www/js/catan/js/Position.js @@ -6,7 +6,7 @@ this.line = line; // Make the position immutable - Object.freeze(this); + //Object.freeze(this); }; })(Catan);