You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/05/14 13:18:22 UTC

js commit: adding semi-colon :)

Updated Branches:
  refs/heads/master 8ddbe22ce -> 229f582b8


adding semi-colon :)


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/229f582b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/229f582b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/229f582b

Branch: refs/heads/master
Commit: 229f582b80eae36355d1d60909efe8ff0bfe21c6
Parents: 8ddbe22
Author: Anis Kadri <an...@gmail.com>
Authored: Mon May 14 04:11:29 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Mon May 14 04:11:29 2012 -0700

----------------------------------------------------------------------
 lib/bada/plugin/bada/Contacts.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/229f582b/lib/bada/plugin/bada/Contacts.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/Contacts.js b/lib/bada/plugin/bada/Contacts.js
index c98ba80..77c452c 100644
--- a/lib/bada/plugin/bada/Contacts.js
+++ b/lib/bada/plugin/bada/Contacts.js
@@ -218,7 +218,7 @@ module.exports = {
                 if(contacts.length === 1) {
                     book.deleteContact(removeSuccess, removeError, contacts[0].id);
                 }
-            }
+            };
             if(id) {
                 book.findContacts(toDelete, removeError, {id: id});
             }