Skip to content

Commit 4e1ef08

Browse files
committed
bug fix from last commit
1 parent 858ed07 commit 4e1ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viewnavigator/viewnavigator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ $(document).ready(function() {
395395

396396
$(document).bind( "touchmove", function (e) { e.preventDefault(); return false; } );
397397

398-
}
398+
});
399399

400400

401401

0 commit comments

Comments
 (0)