mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-04 17:10:05 +08:00
Merge branch 'master' into gh-pages
Conflicts: javascripts/app.js
This commit is contained in:
@@ -2,13 +2,18 @@ define(
|
||||
[],
|
||||
|
||||
function() {
|
||||
|
||||
|
||||
var constants = {
|
||||
|
||||
ENTER_KEY :13
|
||||
ENTER_KEY :13,
|
||||
UP_ARROW: 38,
|
||||
DOWN_ARROW: 40,
|
||||
BACKSPACE: 8,
|
||||
TAB: 9,
|
||||
CNTRL: 17,
|
||||
|
||||
};
|
||||
|
||||
return constants;
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user