mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 15:23:33 +01:00
Hmm...
This commit is contained in:
@@ -437,7 +437,7 @@ function set() {
|
|||||||
Object.keys(Set).forEach(function (meth) {
|
Object.keys(Set).forEach(function (meth) {
|
||||||
set[meth] = function proxy() {
|
set[meth] = function proxy() {
|
||||||
deprecated.warn(proxy, "set." + meth, "Set." + meth);
|
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