Merge branch 'issue623' into develop. Issue #623.
This commit is contained in:
commit
ca80d7df20
|
@ -1135,7 +1135,7 @@ MathJax.Localization = {
|
|||
var result = [], match, last = 0;
|
||||
regex.lastIndex = 0;
|
||||
while (match = regex.exec(string)) {
|
||||
result.push(string.substr(last,match.index));
|
||||
result.push(string.substr(last,match.index-last));
|
||||
result.push.apply(result,match.slice(1));
|
||||
last = match.index + match[0].length;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user