We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691fc3c commit 345f063Copy full SHA for 345f063
1 file changed
3-Solving-Problems-By-Searching/c_depthFirstSearch.js
@@ -85,7 +85,8 @@ $(document).ready(function(){
85
var state,lastState;
86
var m_frame = DELAY;
87
var tiles = [];
88
-
+ var isBinded = false;
89
+
90
function clickHandler(){
91
two.unbind('update');
92
tiles = [];
0 commit comments