1
0
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:
Kris Maglione
2012-12-20 19:07:28 -08:00
parent d0e53df525
commit fc4851458b
3 changed files with 10 additions and 7 deletions

View File

@@ -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;