]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update parsing-flags.js
authorTGJ Gilmore <TracyGJG@users.noreply.github.com>
Mon, 6 Mar 2017 12:17:21 +0000 (12:17 +0000)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 12 Mar 2017 00:11:46 +0000 (02:11 +0200)
Spacing of the rfc2822 parse flag syntax aligned.

src/lib/create/parsing-flags.js

index 6c948b6e18a3bdb7408e297976e018ff3c22f588..c47173f0f9ede222b995057df267f28c539bd800 100644 (file)
@@ -13,7 +13,7 @@ function defaultParsingFlags() {
         iso             : false,
         parsedDateParts : [],
         meridiem        : null,
-        rfc2822                        : false,
+        rfc2822         : false,
         weekdayMismatch : false
     };
 }