Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/jquery.i18n.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery.i18n.js')
-rw-r--r--js/jquery.i18n.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jquery.i18n.js b/js/jquery.i18n.js
index ac2193d..db142c4 100644
--- a/js/jquery.i18n.js
+++ b/js/jquery.i18n.js
@@ -37,7 +37,7 @@
locale = locale || $.i18n.lang;
- if (!this.i18n[locale] || !this.i18n[locale].numBase ){
+ if (!this.i18n[locale] || !this.i18n[locale].numeralBase ){
return num;
}