Skip to content

Commit

Permalink
Removing extra constraint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Gattuso committed May 25, 2012
1 parent fb45c50 commit 2bd387e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/coord.js
Expand Up @@ -144,7 +144,6 @@ var Coord = function(grid, x, y) {
else
coord = Coord.compass[dir](this);

if(coord.x < 0 || coord.y < 0) return undefined;
return coord;
}

Expand Down

0 comments on commit 2bd387e

Please sign in to comment.