From: TGJG-XPS\TracyG Date: Tue, 14 Feb 2017 17:48:47 +0000 (+0000) Subject: Further style correction. X-Git-Tag: 2.18.0~12^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4ff20be2cc3a6badb3ad11598abbf19af830a5;p=thirdparty%2Fmoment.git Further style correction. --- diff --git a/src/lib/create/from-string.js b/src/lib/create/from-string.js index 961dbe242..12c2c1c7c 100644 --- a/src/lib/create/from-string.js +++ b/src/lib/create/from-string.js @@ -160,7 +160,6 @@ export function configFromRFC2822(config) { dateFormat = 'D MMM ' + ((match[2].length > 10) ? 'YYYY ' : 'YY '); timeFormat = 'HH:mm' + (match[4] ? ':ss' : ''); - // TODO: Replace the vanilla JS Date object with an indepentent day-of-week check. if (match[1]) { // day of week given var momentDate = new Date(match[2]);