Skip to content

Commit 345f063

Browse files
committed
Minor bug fix
1 parent 691fc3c commit 345f063

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

3-Solving-Problems-By-Searching/c_depthFirstSearch.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ $(document).ready(function(){
8585
var state,lastState;
8686
var m_frame = DELAY;
8787
var tiles = [];
88-
88+
var isBinded = false;
89+
8990
function clickHandler(){
9091
two.unbind('update');
9192
tiles = [];

0 commit comments

Comments
 (0)