mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
34566ed62b
commit
c732687433
@ -261,6 +261,8 @@ module.GLOBAL_KEYBOARD = {
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
// XXX add a key binding list UI...
|
||||
// XXX add loading/storing of kb bindings...
|
||||
|
||||
// XXX add introspection and doc actions...
|
||||
var KeyboardActions = actions.Actions({
|
||||
|
||||
@ -308,6 +308,9 @@ module.FeatureSet = {
|
||||
//
|
||||
// XXX make suggested feature expansion recursive...
|
||||
// XXX this appears to be very slow if lst not passed...
|
||||
// XXX add ability to remove features by prefixing a '-' to its name
|
||||
// ...if one -<feature> is present, remove all instances of
|
||||
// <feature>
|
||||
buildFeatureList: function(obj, lst, auto_include, depth){
|
||||
var that = this
|
||||
obj = obj || {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user