diff options
| author | Takashi Nakagawa | 2014-03-08 02:01:06 +0900 |
|---|---|---|
| committer | Brian Ford | 2014-03-17 14:57:29 -0700 |
| commit | e381c4dd09c3c9a2c864303f6258ca5366ac988c (patch) | |
| tree | b5b9c9470d637e6b74a5d9fef995570130c108ad /i18n | |
| parent | 68e84acec9ebd29daafb35ae7e9435e2ba285530 (diff) | |
| download | angular.js-e381c4dd09c3c9a2c864303f6258ca5366ac988c.tar.bz2 | |
chore(formatting): removed unnecessary white spaces
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/spec/converterSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/spec/converterSpec.js b/i18n/spec/converterSpec.js index a7879e6b..e02bde9f 100644 --- a/i18n/spec/converterSpec.js +++ b/i18n/spec/converterSpec.js @@ -33,7 +33,7 @@ describe("convertDatetimeData", function() { AMPMS: ['AM', 'PM'], DATEFORMATS: ['a', 'b', 'c', 'd'], TIMEFORMATS: ['e', 'f', 'g', 'h'] }; - + it('should convert empty datetime obj', function() { var processedData = convert(dataObj); expect(processedData.MONTH).toEqual(['Enero', 'Pebrero']); |
