mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-25 04:21:57 +00:00
Compare commits
No commits in common. "943f8f32918c8dbcad2d29f1caadd33bf6f66806" and "2e85c0c0bee1a6b69346194d47a57928abf6ffcc" have entirely different histories.
943f8f3291
...
2e85c0c0be
@ -156,10 +156,7 @@ 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 }
|
||||
|
||||
@ -463,7 +460,7 @@ function shifted(key){
|
||||
// // .drop to '*' (drop all) and explicitly setting the keys to
|
||||
// // be propagated to 'NEXT'.
|
||||
// //
|
||||
// // NOTE: this takes precedence over .drop
|
||||
// // NOTE: his takes precedence over .drop
|
||||
// <key>: 'NEXT',
|
||||
//
|
||||
// ...
|
||||
|
||||
983
Viewer/package-lock.json
generated
983
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user