From: Iskren Chernev Date: Mon, 4 Jul 2016 03:25:57 +0000 (-0700) Subject: Remove calendarFormat from moment.fn (its under moment.calendarFormat) X-Git-Tag: 2.14.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c04c825ca7d3435c56badb1dc62d844d7ac1c32;p=thirdparty%2Fmoment.git Remove calendarFormat from moment.fn (its under moment.calendarFormat) --- diff --git a/src/lib/moment/prototype.js b/src/lib/moment/prototype.js index 0fa829381..cf7a0dc8e 100644 --- a/src/lib/moment/prototype.js +++ b/src/lib/moment/prototype.js @@ -20,7 +20,6 @@ import { creationData } from './creation-data'; proto.add = add; proto.calendar = calendar; -proto.calendarFormat = getCalendarFormat; proto.clone = clone; proto.diff = diff; proto.endOf = endOf;