You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/11 17:39:24 UTC

git commit: CB-7523 Fixing "ContactFieldType" error in the config.xml

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 6ca92dd21 -> 404aa16c2


CB-7523 Fixing "ContactFieldType" error in the config.xml

github: close #45


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

Branch: refs/heads/master
Commit: 404aa16c20276b3a682c11037e1311879e3660c4
Parents: 6ca92dd
Author: Ilya Buziuk <ib...@exadel.com>
Authored: Thu Sep 11 15:09:18 2014 +0300
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Sep 11 11:38:56 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/404aa16c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f54f80f..32e4d2c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -64,7 +64,7 @@
     </js-module>
 
     <js-module src="www/ContactFieldType.js" name="ContactFieldType">
-            <merge target="" />
+        <merges target="" />
     </js-module>
 
     <!-- android -->