mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
updated makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
72a1ba02d8
commit
86e4670cfd
@ -115,7 +115,8 @@ $(APP_ZIP): $(CSS_FILES) $(BUILD_DIR) $(NODE_DIR) $(NW_PROJECT_FILE) \
|
||||
zip -r $(APP_ZIP) $(NW_PROJECT_FILE) $(JS_FILES) $(CSS_FILES) \
|
||||
$(HTML_FILES) $(LIB_DIR) $(EXT_LIB_DIR) $(FEATURES_DIR) \
|
||||
$(DOMAIN_DIR) $(WORKERS_DIR) $(CSS_DIR) $(IMAGES_DIR) \
|
||||
$(NODE_DIR)/app-module-path
|
||||
$(NODE_DIR)/app-module-path \
|
||||
$(NODE_DIR)/ig-*
|
||||
|
||||
zip: $(APP_ZIP)
|
||||
|
||||
|
||||
@ -231,6 +231,8 @@ function dropRepeatingkeys(handler, max_rate){
|
||||
// - numbers
|
||||
// - strings
|
||||
// - non-nested arrays or objects
|
||||
//
|
||||
// XXX add support for suffix to return false...
|
||||
var parseActionCall =
|
||||
module.parseActionCall =
|
||||
function parseActionCall(txt){
|
||||
@ -661,6 +663,7 @@ function getKeyHandlers(key, modifiers, keybindings, modes, shifted_keys, action
|
||||
* actionNmae!: 1 "2" [3, 4] {5:6, 7:8}
|
||||
* - same as above but calls event.preventDefault()
|
||||
*
|
||||
* XXX add support for suffix to return false...
|
||||
*
|
||||
*
|
||||
* NOTE: The handler will be called with keybindings as context (this).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user