Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master 408c3a20b -> 36dbfa982


CB-9847 Fixed merge error of 408c3a20be976ca5b814c9f161c31d4edf1c00fc


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

Branch: refs/heads/master
Commit: 36dbfa982423d28ab069676e41417f32d8b60482
Parents: 408c3a2
Author: Alexander Sorokin <[email protected]>
Authored: Tue Oct 27 18:16:04 2015 +0300
Committer: Alexander Sorokin <[email protected]>
Committed: Tue Oct 27 18:16:04 2015 +0300

----------------------------------------------------------------------
 tests/tests.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/36dbfa98/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index b46af2b..21e4160 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -71,6 +71,7 @@ exports.defineAutoTests = function() {
     it("should contain an isVirtual property that is a boolean", function() {
       expect(window.device.isVirtual).toBeDefined();
       expect(typeof window.device.isVirtual).toBe("boolean");
+    });
 
     it("should contain a serial number specification that is a string", 
function() {
       expect(window.device.serial).toBeDefined();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to