1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-09 20:45:46 +01:00

Fix some recently broken :dialogs.

This commit is contained in:
Kris Maglione
2011-01-05 17:12:07 -05:00
parent 646c9c40dd
commit f289de2887
2 changed files with 5 additions and 5 deletions

View File

@@ -330,7 +330,7 @@ function deprecated(reason, fn) {
return func.apply(this, arguments);
}
deprecatedMethod.seen = {
"chrome://dactyl/content/javascript.js": true,
"resource://dactyl/javascript.jsm": true,
"resource://dactyl/util.jsm": true
};