removing fixme

This commit is contained in:
Ezequiel Bergamaschi
2014-03-15 03:56:10 -03:00
parent 7b5835f2e9
commit 4bcea1363e
3 changed files with 8 additions and 6 deletions

View File

@@ -17,6 +17,12 @@
*/
mindplot.Keyboard = new Class({
initialize:function () {
},
addShortcut: function(shortcut, callback) {
$(document).bind('keydown', shortcut, callback);
}
});