1
0
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:
Kris Maglione
2011-03-14 15:19:54 -04:00
parent bef4dbc067
commit f8bd1fd4fb
4 changed files with 69 additions and 26 deletions

View File

@@ -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 + "#" :
"";