MDL-10425 and MDL-12872 Firefox bugs String() handling on replace. enhanced rege xfor CMI data types.
This commit is contained in:
+1
-1
@@ -74,6 +74,6 @@
|
||||
|
||||
var errorCode = "0";
|
||||
function underscore(str) {
|
||||
str = str.replace(/.N/g,".");
|
||||
str = String(str).replace(/.N/g,".");
|
||||
return str.replace(/\./g,"__");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user