mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 12:04:13 +01:00
Allow <*-Globbed> modifier keys.
This commit is contained in:
@@ -307,7 +307,8 @@ function deprecated(alternative, fn) {
|
||||
let name, func = callable(fn) ? fn : function () this[fn].apply(this, arguments);
|
||||
|
||||
function deprecatedMethod() {
|
||||
let obj = this.className ? this.className + "#" :
|
||||
let obj = !this ? "" :
|
||||
this.className ? this.className + "#" :
|
||||
this.constructor.className ? this.constructor.className + "#" :
|
||||
"";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user