You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:56 UTC

[6/8] git commit: CB-6422 [windows8] use cordova/exec/proxy

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/3deda901
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/3deda901
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/3deda901

Branch: refs/heads/master
Commit: 3deda9014c4d20aa3b4e83fea1abf17c32e5a6d6
Parents: 1e7a122
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:14:20 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:14:20 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/3deda901/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);