diff --git a/src/firefoxos/notification.js b/src/firefoxos/notification.js index a05a58bd..b6986fd0 100644 --- a/src/firefoxos/notification.js +++ b/src/firefoxos/notification.js @@ -151,4 +151,4 @@ var Notification = { module.exports = Notification; -require('cordova/firefoxos/commandProxy').add('Notification', Notification); +require('cordova/exec/proxy').add('Notification', Notification);