Skip to content

Commit

Permalink
[CB-4013] minor, added space
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluca authored and filmaj committed Jul 2, 2013
1 parent 72e2ccf commit e61febb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/tests/globalization.tests.js
Expand Up @@ -505,7 +505,7 @@ describe('Globalization (navigator.globalization)', function () {
fail = jasmine.createSpy();

runs(function () {
navigator.globalization.getDateNames(win, fail, {type: 'wide',item: 'days'});
navigator.globalization.getDateNames(win, fail, {type: 'wide', item: 'days'});
});

waitsFor(function () { return win.wasCalled; }, "win never called", Tests.TEST_TIMEOUT);
Expand All @@ -526,7 +526,7 @@ describe('Globalization (navigator.globalization)', function () {
fail = jasmine.createSpy();

runs(function () {
navigator.globalization.getDateNames(win, fail, {type: 'wide',item: 'months'});
navigator.globalization.getDateNames(win, fail, {type: 'wide', item: 'months'});
});

waitsFor(function () { return win.wasCalled; }, "win never called", Tests.TEST_TIMEOUT);
Expand Down

0 comments on commit e61febb

Please sign in to comment.