From: Jimi Ford Date: Mon, 31 Jul 2017 18:35:21 +0000 (-0400) Subject: improve formatting X-Git-Tag: 2.19.0~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1348cf1997bfa20ccafa850a19270afb9e5ae3aa;p=thirdparty%2Fmoment.git improve formatting --- diff --git a/src/moment.js b/src/moment.js index 4d5f3be7e..963907e3b 100644 --- a/src/moment.js +++ b/src/moment.js @@ -40,8 +40,8 @@ import { import { isDuration, - createDuration as duration, - getSetRelativeTimeRounding as relativeTimeRounding, + createDuration as duration, + getSetRelativeTimeRounding as relativeTimeRounding, getSetRelativeTimeThreshold as relativeTimeThreshold } from './lib/duration/duration'; @@ -74,7 +74,7 @@ moment.updateLocale = updateLocale; moment.locales = locales; moment.weekdaysShort = weekdaysShort; moment.normalizeUnits = normalizeUnits; -moment.relativeTimeRounding = relativeTimeRounding; +moment.relativeTimeRounding = relativeTimeRounding; moment.relativeTimeThreshold = relativeTimeThreshold; moment.calendarFormat = getCalendarFormat; moment.prototype = fn;