diff options
| author | Vojta Jina | 2011-09-01 16:16:01 +0200 |
|---|---|---|
| committer | Vojta Jina | 2011-09-08 23:00:59 +0200 |
| commit | 4b4292edb86d34067a2babb9f572a3641dd1d2a7 (patch) | |
| tree | bc2c4901a6d377a599406ef562fe2b311b5000e1 /test/service/localeSpec.js | |
| parent | 292d5d1421108c239d3270c22c49a9ccd1eea571 (diff) | |
| download | angular.js-4b4292edb86d34067a2babb9f572a3641dd1d2a7.tar.bz2 | |
style: fix some missing semi-colons and spaces, typos
Diffstat (limited to 'test/service/localeSpec.js')
| -rw-r--r-- | test/service/localeSpec.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/service/localeSpec.js b/test/service/localeSpec.js index 4be49275..86bc7b0e 100644 --- a/test/service/localeSpec.js +++ b/test/service/localeSpec.js @@ -43,6 +43,5 @@ describe('$locale', function() { expect($locale.pluralCat(0)).toBe('other'); expect($locale.pluralCat(2)).toBe('other'); expect($locale.pluralCat(1)).toBe('one'); - }) + }); }); - |
