mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a4f3e2b2d6
commit
943f8f3291
@ -156,7 +156,10 @@ for(var k in SPECIAL_KEYS){
|
||||
var doc =
|
||||
module.doc =
|
||||
function doc(text, func){
|
||||
func = !func ? function(){return true}: func
|
||||
func = !func ?
|
||||
function(){
|
||||
return true }
|
||||
: func
|
||||
func.doc = text
|
||||
return func }
|
||||
|
||||
@ -460,7 +463,7 @@ function shifted(key){
|
||||
// // .drop to '*' (drop all) and explicitly setting the keys to
|
||||
// // be propagated to 'NEXT'.
|
||||
// //
|
||||
// // NOTE: his takes precedence over .drop
|
||||
// // NOTE: this takes precedence over .drop
|
||||
// <key>: 'NEXT',
|
||||
//
|
||||
// ...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user