diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-11 02:29:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 02:29:53 -0400 |
commit | df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6 (patch) | |
tree | 1a0b26219a7d56c72b1e1fac1663df2a1613a5a0 /application | |
parent | 55c72875536b9250d354f14a8bac50755151d01c (diff) | |
parent | 540e704435ee1b0784ad21e51eddcd2aebbb4582 (diff) | |
download | UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar.gz UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar.lz UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar.xz UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.zip |
Merge pull request #117 from janekptacijarabaci/pm_sanitize_path_console_1
[PALEMOON] [DevTools] Fix a path with Console.jsm (deprecated) - in sanitize.js
Diffstat (limited to 'application')
-rw-r--r-- | application/palemoon/base/content/sanitize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/sanitize.js b/application/palemoon/base/content/sanitize.js index 89843c86d..fccec6c98 100644 --- a/application/palemoon/base/content/sanitize.js +++ b/application/palemoon/base/content/sanitize.js @@ -15,7 +15,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "Promise", XPCOMUtils.defineLazyModuleGetter(this, "Task", "resource://gre/modules/Task.jsm"); XPCOMUtils.defineLazyModuleGetter(this, "console", - "resource://gre/modules/devtools/Console.jsm"); + "resource://gre/modules/Console.jsm"); function Sanitizer() {} Sanitizer.prototype = { |