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

spec commit: minor code cleanup

Updated Branches:
  refs/heads/master f4e951d0a -> bb0090287


minor code cleanup


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/bb009028
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/bb009028
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/bb009028

Branch: refs/heads/master
Commit: bb0090287964a78ff32c6e55e2addf8e81b7b805
Parents: f4e951d
Author: James Jong <wj...@gmail.com>
Authored: Fri Jun 21 16:48:34 2013 -0400
Committer: James Jong <wj...@gmail.com>
Committed: Fri Jun 21 16:48:34 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/bb009028/autotest/tests/contacts.tests.js
----------------------------------------------------------------------
diff --git a/autotest/tests/contacts.tests.js b/autotest/tests/contacts.tests.js
index ddb01d1..2a1edb9 100644
--- a/autotest/tests/contacts.tests.js
+++ b/autotest/tests/contacts.tests.js
@@ -507,7 +507,7 @@ describe("Contacts (navigator.contacts)", function () {
                         });
                     } else {
                         done = true;
-                    };
+                    }
                 };
                 var findFail = function(e) {
                     throw("Failure callback invoked in navigator.contacts.find call, test failed.");