diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-19 19:12:18 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-22 21:32:33 -0400 |
commit | a7f7dba18dc59d5807512ddc1c0206a279c7dab2 (patch) | |
tree | 4b4c4ee762b1bfd4250fea5cc5173e38f4cf28b3 /lib/ui | |
parent | 7228a1f02c983490fb0b5375eb6ebcb0938a63c3 (diff) | |
download | librejsxul-a7f7dba18dc59d5807512ddc1c0206a279c7dab2.tar.lz librejsxul-a7f7dba18dc59d5807512ddc1c0206a279c7dab2.tar.xz librejsxul-a7f7dba18dc59d5807512ddc1c0206a279c7dab2.zip |
more jpm compat
Diffstat (limited to 'lib/ui')
-rw-r--r-- | lib/ui/notification.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/notification.js b/lib/ui/notification.js index da4b7d5..c49b083 100644 --- a/lib/ui/notification.js +++ b/lib/ui/notification.js @@ -24,7 +24,7 @@ // is running to inform the user it is indeed busy working. const timer = require("sdk/timers"); const self = require("sdk/self"); -const isDisplayNotifications = require("addon_management/prefchange") +const isDisplayNotifications = require("../addon_management/prefchange") .isDisplayNotifications; exports.createCriticalNotification = function (text) { |