Compare commits

..

No commits in common. "943f8f32918c8dbcad2d29f1caadd33bf6f66806" and "2e85c0c0bee1a6b69346194d47a57928abf6ffcc" have entirely different histories.

2 changed files with 332 additions and 658 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff