chore(formatting): removed unnecessary white spaces

This commit is contained in:
Takashi Nakagawa
2014-03-08 02:01:06 +09:00
committed by Brian Ford
parent 68e84acec9
commit e381c4dd09
6 changed files with 18 additions and 18 deletions

View File

@@ -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']);