mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-08 11:15:52 +01:00
Hmm...
This commit is contained in:
@@ -437,7 +437,7 @@ function set() {
|
||||
Object.keys(Set).forEach(function (meth) {
|
||||
set[meth] = function proxy() {
|
||||
deprecated.warn(proxy, "set." + meth, "Set." + meth);
|
||||
return Set[meth].apply(this, arguments);
|
||||
return Set[meth].apply(Set, arguments);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user