aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/src/lib/locale/pre-post-format.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/moment/src/lib/locale/pre-post-format.js')
-rw-r--r--library/moment/src/lib/locale/pre-post-format.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/moment/src/lib/locale/pre-post-format.js b/library/moment/src/lib/locale/pre-post-format.js
deleted file mode 100644
index 10ed20584..000000000
--- a/library/moment/src/lib/locale/pre-post-format.js
+++ /dev/null
@@ -1,3 +0,0 @@
-export function preParsePostFormat (string) {
- return string;
-}