aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/locale/ar-ly.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/moment/locale/ar-ly.js')
-rw-r--r--node_modules/moment/locale/ar-ly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/moment/locale/ar-ly.js b/node_modules/moment/locale/ar-ly.js
index 7180ed4ed..2d548dfe1 100644
--- a/node_modules/moment/locale/ar-ly.js
+++ b/node_modules/moment/locale/ar-ly.js
@@ -108,7 +108,7 @@ var arLy = moment.defineLocale('ar-ly', {
yy : pluralize('y')
},
preparse: function (string) {
- return string.replace(/\u200f/g, '').replace(/،/g, ',');
+ return string.replace(/،/g, ',');
},
postformat: function (string) {
return string.replace(/\d/g, function (match) {