You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:25:34 UTC

[05/10] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


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

Branch: refs/heads/master
Commit: 69e260607e3b299d113a3af5826e4b9a29991747
Parents: 814e60e
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:37:00 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:37:00 2013 -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/69e26060/src/windows8/NotificationProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/NotificationProxy.js b/src/windows8/NotificationProxy.js
index 8ede490..b171064 100644
--- a/src/windows8/NotificationProxy.js
+++ b/src/windows8/NotificationProxy.js
@@ -114,4 +114,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Notification",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("Notification",module.exports);