Highlight wrong direction.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 26 Sep 2014 01:21:58 +0300
changeset 146 a7b42ea88ac5
parent 144 b19b85b476b3
child 147 d4f9433e30b9
Highlight wrong direction.
2048.html
--- a/2048.html	Thu Sep 25 16:09:24 2014 +0300
+++ b/2048.html	Fri Sep 26 01:21:58 2014 +0300
@@ -504,7 +504,7 @@
         return false;
       }
       if ( ! board.move[move].call(null, tmpBrd)) {
-        ui.game.setMessage("AI move "+move+" is ivalid!");
+        ui.game.setMessage("AI move '"+move+"' is ivalid!");
         return false;
       }
       return true;