summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js b/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js
new file mode 100644
index 00000000..c32b73ee
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js
@@ -0,0 +1,5 @@
+export function Locale(config) {
+ if (config != null) {
+ this.set(config);
+ }
+}