www

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

commit 046079b8050b0f07096973aaa39b4e196c5bde00
parent 805c78df67063b1702b7aa5b0289607b992deddb
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun, 28 Aug 2011 13:24:30 -0400

Remove unused function from previous commit

Diffstat:
Munpacked/MathJax.js | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -1549,13 +1549,6 @@ MathJax.Hub = { return null; }, - postOutput: function (state) { - for (var id in state.jax) {if (state.jax.hasOwnProperty(id)) { - var JAX = MathJax.OutputJax[id]; - if (JAX.postTranslate) {JAX.preTranslate(state.jax[id])} - }} - }, - processMessage: function (state,type) { var m = Math.floor(state.i/(state.scripts.length)*100); var message = (type === "Output" ? "Typesetting" : "Processing");