From c49e84f1f28eaa9c42f256c203124c64947906e0 Mon Sep 17 00:00:00 2001 From: Willy Aguirre Date: Mon, 28 Jul 2014 23:09:59 -0500 Subject: [PATCH] update notification.js --- src/firefoxos/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);