Remove unneeded comments

This commit is contained in:
Davide P. Cervone 2012-01-06 13:43:39 -05:00
parent e29ddd477d
commit f35661b83a

View File

@ -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");