mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 15:54:12 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -405,7 +405,7 @@ var CompletionContext = Class("CompletionContext", {
|
||||
this.noUpdate = false;
|
||||
},
|
||||
|
||||
ignoreCase: Class.memoize(function () {
|
||||
ignoreCase: Class.Memoize(function () {
|
||||
let mode = this.wildcase;
|
||||
if (mode == "match")
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user