mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-24 20:11:56 +00:00
Compare commits
2 Commits
2e85c0c0be
...
943f8f3291
| Author | SHA1 | Date | |
|---|---|---|---|
| 943f8f3291 | |||
| a4f3e2b2d6 |
@ -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',
|
||||
//
|
||||
// ...
|
||||
|
||||
987
Viewer/package-lock.json
generated
987
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user