mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-25 12:31:58 +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 =
|
var doc =
|
||||||
module.doc =
|
module.doc =
|
||||||
function doc(text, func){
|
function doc(text, func){
|
||||||
func = !func ?
|
func = !func ? function(){return true}: func
|
||||||
function(){
|
|
||||||
return true }
|
|
||||||
: func
|
|
||||||
func.doc = text
|
func.doc = text
|
||||||
return func }
|
return func }
|
||||||
|
|
||||||
@ -463,7 +460,7 @@ function shifted(key){
|
|||||||
// // .drop to '*' (drop all) and explicitly setting the keys to
|
// // .drop to '*' (drop all) and explicitly setting the keys to
|
||||||
// // be propagated to 'NEXT'.
|
// // be propagated to 'NEXT'.
|
||||||
// //
|
// //
|
||||||
// // NOTE: this takes precedence over .drop
|
// // NOTE: his takes precedence over .drop
|
||||||
// <key>: 'NEXT',
|
// <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