commit 5ef1e1efc6785e053dee9857d08ebbebf72162b3
parent 7db3195c0b7514abe21e4eddc1f6d813ca8317f2
Author: Davide P. Cervone <dpvc@union.edu>
Date: Wed, 1 May 2013 13:19:58 -0400
Leave number() routine as an example only
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/localization/en/en.js b/unpacked/localization/en/en.js
@@ -57,7 +57,7 @@ MathJax.Localization.addTranslation("en",null,{ // NOTE use correct ISO-639-1 tw
},
number: function(n) {
- return String(n).replace(".", ","); // replace dot by comma
+// return String(n).replace(".", ","); // replace dot by comma
}
});