mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-26 14:15:45 +01:00
Fix bugs and deprecate stuff.
This commit is contained in:
@@ -270,8 +270,8 @@ function deprecated(alternative, fn) {
|
||||
deprecated.warn = function warn(func, name, alternative, frame) {
|
||||
if (!func.seenCaller)
|
||||
func.seenCaller = Set([
|
||||
"resource://dactyl" + JSMLoader.suffix + "/javascript.jsm",
|
||||
"resource://dactyl" + JSMLoader.suffix + "/util.jsm"
|
||||
"resource://dactyl/javascript.jsm",
|
||||
"resource://dactyl/util.jsm"
|
||||
]);
|
||||
|
||||
frame = frame || Components.stack.caller.caller;
|
||||
|
||||
Reference in New Issue
Block a user