summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2014-07-03 03:11:44 +0200
committeremkael <emkael@tlen.pl>2014-07-03 03:11:44 +0200
commit1575242f902307e2cfee498ab5d718ac260b1dea (patch)
tree324e5634ed7e8cb1702954acb9f1bccdd03f914f
parent41606d3ed246e449e6cc43e1cedc3224fa78898b (diff)
bugfix
-rw-r--r--how.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/how.js b/how.js
index 5fc4e87..9c2c2d7 100644
--- a/how.js
+++ b/how.js
@@ -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);
}
}
}