From a7f7dba18dc59d5807512ddc1c0206a279c7dab2 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 19 Jun 2015 19:12:18 -0400 Subject: more jpm compat --- lib/ui/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui/notification.js') 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) { -- cgit v1.2.3