mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-09 00:20:29 +08:00
Added nested rendering, collapsing nodes, uses marionette
This commit is contained in:
@@ -2,13 +2,16 @@ define(
|
||||
[],
|
||||
|
||||
function() {
|
||||
|
||||
|
||||
var constants = {
|
||||
|
||||
ENTER_KEY :13
|
||||
ENTER_KEY :13,
|
||||
UP_ARROW: 38,
|
||||
DOWN_ARROW: 40,
|
||||
TAB: 9,
|
||||
|
||||
};
|
||||
|
||||
return constants;
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user