commit f35661b83a0dd9c5ffa17ff4301c7c3f5e1edbc3
parent e29ddd477d0e131ab8b959de25fe8ebafe0ee840
Author: Davide P. Cervone <dpvc@union.edu>
Date: Fri, 6 Jan 2012 13:43:39 -0500
Remove unneeded comments
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js
@@ -1966,8 +1966,6 @@
TEX.postfilterHooks.Add(function (data) {
data.math = TEX.postfilterMath(data.math,data.displaystyle,data.script);
});
-// TEX.prefilterHooks.Add(["prefilterMath",TEX]);
-// TEX.postfilterHooks.Add(["postfilterMath",TEX]);
TEX.loadComplete("jax.js");