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, 3 insertions, 0 deletions
diff --git a/library/moment/src/lib/locale/pre-post-format.js b/library/moment/src/lib/locale/pre-post-format.js
new file mode 100644
index 000000000..10ed20584
--- /dev/null
+++ b/library/moment/src/lib/locale/pre-post-format.js
@@ -0,0 +1,3 @@
+export function preParsePostFormat (string) {
+ return string;
+}