You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/06/20 23:49:58 UTC

[2/2] git commit: [CB-3681] - fixed small reference for ios

[CB-3681] - fixed small reference for ios


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

Branch: refs/heads/master
Commit: 603dc428d455979699544d7e72e8b350755c7943
Parents: bfe59ee
Author: Tim Kim <ti...@adobe.com>
Authored: Thu Jun 20 14:49:53 2013 -0700
Committer: Tim Kim <ti...@adobe.com>
Committed: Thu Jun 20 14:49:53 2013 -0700

----------------------------------------------------------------------
 www/ios/contacts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/603dc428/www/ios/contacts.js
----------------------------------------------------------------------
diff --git a/www/ios/contacts.js b/www/ios/contacts.js
index 09e0696..9a1438a 100644
--- a/www/ios/contacts.js
+++ b/www/ios/contacts.js
@@ -54,7 +54,7 @@ module.exports = {
          *
          */
          var win = function(result) {
-             var fullContact = require('cordova/plugin/contacts').create(result);
+             var fullContact = require('org.apache.cordova.core.contacts.contacts').create(result);
             successCallback(fullContact.id, fullContact);
        };
         exec(win, null, "Contacts","chooseContact", [options]);