diff options
-rw-r--r-- | how.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ var Pair = function(startingPosition, number, movement) { that.display = function() { for (var i = 0; i < 2; i++) { movement.viewport.container.append(that.containers[i]); - that.containers[i].animate(that.movement.tables.getPosition(that.players[i], that.size), 1000 + that.containers[i].animate(that.movement.tables.getPosition(that.players[i], that.size), 1000); } } } |