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 2013/12/03 23:54:59 UTC

[1/2] git commit: CB-5316 Spell Cordova as a brand unless it's a command or script

Updated Branches:
  refs/heads/dev 2a104e3e3 -> aacbca009


CB-5316 Spell Cordova as a brand unless it's a command or script


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

Branch: refs/heads/dev
Commit: d488d49ec44ad570571f4eda340367d3bbfe84a4
Parents: c68d756
Author: Josh Soref <js...@blackberry.com>
Authored: Thu Nov 7 17:32:08 2013 -0500
Committer: Josh Soref <js...@blackberry.com>
Committed: Thu Nov 7 17:32:08 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d488d49e/test/autotest/tests/device.tests.js
----------------------------------------------------------------------
diff --git a/test/autotest/tests/device.tests.js b/test/autotest/tests/device.tests.js
index 0bcd0d9..599b0ba 100644
--- a/test/autotest/tests/device.tests.js
+++ b/test/autotest/tests/device.tests.js
@@ -43,7 +43,7 @@ describe('Device Information (window.device)', function () {
 		}
 	});
 
-	it("should contain a cordova specification that is a string", function() {
+	it("should contain a Cordova specification that is a string", function() {
         expect(window.device.cordova).toBeDefined();
 		expect((new String(window.device.cordova)).length > 0).toBe(true);
 	});


[2/2] git commit: Merge branch 'cb_5316' of https://github.com/jsoref/cordova-plugin-device into dev

Posted by pu...@apache.org.
Merge branch 'cb_5316' of https://github.com/jsoref/cordova-plugin-device into dev


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

Branch: refs/heads/dev
Commit: aacbca009ff4be2f72dbaac8c171cbb4c586801c
Parents: 2a104e3 d488d49
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Dec 3 14:54:46 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Dec 3 14:54:46 2013 -0800

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