]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Remove calendarFormat from moment.fn (its under moment.calendarFormat)
authorIskren Chernev <iskren.chernev@gmail.com>
Mon, 4 Jul 2016 03:25:57 +0000 (20:25 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 4 Jul 2016 03:25:57 +0000 (20:25 -0700)
src/lib/moment/prototype.js

index 0fa8293812a4b44ae809aaf2c2a75e3da311afc2..cf7a0dc8e879f925201b643bd134589a7e2a2402 100644 (file)
@@ -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;