mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 19:24:11 +01:00
Fix startup on FF36 with a few minutes grace before the nightly goes out.
--HG-- extra : rebase_source : 0685da18b901ff6f243e60e9216dbdc40a4a9455
This commit is contained in:
@@ -279,10 +279,10 @@ function deprecated(reason, fn) {
|
||||
obj + (fn.name || name) + " is deprecated: " + reason);
|
||||
return func.apply(this, arguments);
|
||||
}
|
||||
deprecatedMethod.seen = {
|
||||
"resource://dactyl/javascript.jsm": true,
|
||||
"resource://dactyl/util.jsm": true
|
||||
};
|
||||
memoize(deprecatedMethod, "seen", function () set([
|
||||
"resource://dactyl" + JSMLoader.suffix + "/javascript.jsm",
|
||||
"resource://dactyl" + JSMLoader.suffix + "/util.jsm"
|
||||
]));
|
||||
|
||||
return callable(fn) ? deprecatedMethod : Class.Property({
|
||||
get: function () deprecatedMethod,
|
||||
|
||||
Reference in New Issue
Block a user