mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +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...
|
// XXX add introspection and doc actions...
|
||||||
var KeyboardActions = actions.Actions({
|
var KeyboardActions = actions.Actions({
|
||||||
|
|||||||
@ -308,6 +308,9 @@ module.FeatureSet = {
|
|||||||
//
|
//
|
||||||
// XXX make suggested feature expansion recursive...
|
// XXX make suggested feature expansion recursive...
|
||||||
// XXX this appears to be very slow if lst not passed...
|
// 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){
|
buildFeatureList: function(obj, lst, auto_include, depth){
|
||||||
var that = this
|
var that = this
|
||||||
obj = obj || {}
|
obj = obj || {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user