www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8599abbc4ca246d60ce47b42c0cee7a910ac002f
parent 81ed447228554fadbec50323fa8427f0d16078ae
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon,  7 Oct 2013 07:30:57 -0400

Mark the postTranslate call that does chunk updates as a partial one

Diffstat:
Munpacked/jax/output/SVG/jax.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js @@ -319,14 +319,14 @@ // state.SVGeqn += (state.i - state.SVGi); state.SVGi = state.i; if (state.SVGeqn >= state.SVGlast + state.SVGchunk) { - this.postTranslate(state); + this.postTranslate(state,true); state.SVGchunk = Math.floor(state.SVGchunk*this.config.EqnChunkFactor); state.SVGdelay = true; // delay if there are more scripts } } }, - postTranslate: function (state) { + postTranslate: function (state,partial) { var scripts = state.jax[this.id]; if (!this.hideProcessedMath) return; //