From 9c04c825ca7d3435c56badb1dc62d844d7ac1c32 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Sun, 3 Jul 2016 20:25:57 -0700 Subject: [PATCH] Remove calendarFormat from moment.fn (its under moment.calendarFormat) --- src/lib/moment/prototype.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.2