Shuffling works, and lots of refactoring

This commit is contained in:
2016-01-31 15:34:34 +08:00
parent e1bb801e9f
commit e0a32e38f1
10 changed files with 251 additions and 152 deletions
+4
View File
@@ -45,6 +45,10 @@ function (
});
}
});
},
focusOnView: function(){
return this.view.$('input:first').focus();
}
});