You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/07/29 22:11:36 UTC

git commit: update ContactsProxy.js

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 8bd180619 -> e1f92c2d0


update ContactsProxy.js


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

Branch: refs/heads/master
Commit: e1f92c2d0244d2f6111168a28012782a9e7a6b22
Parents: 8bd1806
Author: Willy Aguirre <ma...@gmail.com>
Authored: Mon Jul 28 20:52:32 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Mon Jul 28 20:52:32 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e1f92c2d/src/firefoxos/ContactsProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/ContactsProxy.js b/src/firefoxos/ContactsProxy.js
index a5b6667..6be8d8c 100644
--- a/src/firefoxos/ContactsProxy.js
+++ b/src/firefoxos/ContactsProxy.js
@@ -461,4 +461,4 @@ module.exports = {
     search: search
 };    
     
-require("cordova/firefoxos/commandProxy").add("Contacts", module.exports);
\ No newline at end of file
+require("cordova/exec/proxy").add("Contacts", module.exports);
\ No newline at end of file