CB-6422 [windows8] use cordova/exec/proxy

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/2b591b27
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/2b591b27
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/2b591b27

Branch: refs/heads/dev
Commit: 2b591b27703058d7f3fcbebd5b8e0a5849f3e892
Parents: 66ae734
Author: Jesse MacFadyen <[email protected]>
Authored: Tue Apr 8 16:14:20 2014 -0700
Committer: Archana Naik <[email protected]>
Committed: Tue Apr 15 17:48:43 2014 -0700

----------------------------------------------------------------------
 src/windows8/NotificationProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/2b591b27/src/windows8/NotificationProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/NotificationProxy.js 
b/src/windows8/NotificationProxy.js
index aed72a5..d61adae 100644
--- a/src/windows8/NotificationProxy.js
+++ b/src/windows8/NotificationProxy.js
@@ -117,4 +117,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Notification",module.exports);
+require("cordova/exec/proxy").add("Notification",module.exports);

Reply via email to