commit a205aea118757186d594827701ad1950ba9fb5d7
parent 27c047afb68612e93cf2a9610ceb3d6db8726fa4
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 17 Feb 2014 11:25:08 -0500
Merge branch 'issue624' into develop. Issue #624.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/extensions/TeX/AMScd.js b/unpacked/extensions/TeX/AMScd.js
@@ -66,7 +66,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
},
CD_arrow: function (name) {
- var c = this.string[this.i];
+ var c = this.string.charAt(this.i);
if (!c.match(/[><VA.|=]/)) {return this.Other(name)} else {this.i++}
var top = this.stack.Top();