Repository: cordova-plugin-globalization Updated Branches: refs/heads/master 9136308d8 -> bb87e56af
CB-7233 [BlackBerry10] Globalization is now supported Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/bb87e56a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/bb87e56a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/bb87e56a Branch: refs/heads/master Commit: bb87e56af2dee63e2b6f07c601fe41c7ee877bea Parents: 9136308 Author: Bryan Higgins <[email protected]> Authored: Thu Aug 14 16:12:27 2014 -0400 Committer: Bryan Higgins <[email protected]> Committed: Thu Aug 14 16:12:27 2014 -0400 ---------------------------------------------------------------------- tests/tests.js | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/bb87e56a/tests/tests.js ---------------------------------------------------------------------- diff --git a/tests/tests.js b/tests/tests.js index 94f062d..27b5dc0 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -27,11 +27,6 @@ exports.defineAutoTests = function () { describe('Globalization (navigator.globalization)', function () { - //not supported on bb10 - if (cordova.platformId === 'blackberry10') { - return; - } - it("globalization.spec.1 should exist", function () { expect(navigator.globalization).toBeDefined(); });
