corrected debugging setup

This commit is contained in:
Senad Uka
2013-12-08 07:06:24 +01:00
parent 60e86f6cfb
commit 6d55768105

2
app.js
View File

@@ -288,7 +288,7 @@ App.PuzzleView = Backbone.View.extend({
events = {
'click .shuffle' : 'doShuffle',
'click .sort' : 'doSort',
'click .hint' : 'doWin',
'click .hint' : 'doHint',
'click .square' : 'doSquare',
'click .reset': 'doReset',
'click .restart': 'doRestart',