mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
dd 'passkeys' to the Vim syntax files.
This commit is contained in:
@@ -553,7 +553,6 @@ const JavaScript = Module("javascript", {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
// str = "foo.bar.baz"
|
||||
// obj = "foo.bar"
|
||||
// key = "baz"
|
||||
@@ -562,7 +561,6 @@ const JavaScript = Module("javascript", {
|
||||
// obj = [modules, window]
|
||||
// key = "foo"
|
||||
|
||||
|
||||
let [offset, obj, key] = this._getObjKey(-1);
|
||||
|
||||
// Wait for a keypress before completing when there's no key
|
||||
|
||||
Reference in New Issue
Block a user