www

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

commit 4d9007ca9e1ea69b4d05cf0e6fbfbfde1ee425bf
parent 536eece1b15ed0f7ff7c019dcbfdcd381bc975ce
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 18 Mar 2011 18:47:25 -0400

Remove element parameters from the preprocessor configuration blocks (they are not longer used, now that there is a global elements parameter)

Diffstat:
Mconfig/default.js | 15---------------
Munpacked/config/default.js | 15---------------
2 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/config/default.js b/config/default.js @@ -192,11 +192,6 @@ MathJax.Hub.Config({ tex2jax: { // - // The Id of the element to be processed (defaults to full document) - // - element: null, - - // // The delimiters that surround in-line math expressions. The first in each // pair is the initial delimiter and the second is the terminal delimiter. // Comment out any that you don't want, but be sure there is no extra @@ -293,11 +288,6 @@ MathJax.Hub.Config({ mml2jax: { // - // The Id of the element to be processed (defaults to full document) - // - element: null, - - // // Controls whether mml2jax inserts MathJax_Preview spans to make a // preview available, and what preview to use, whrn it locates // mathematics on the page. The default is "alttext", which means use @@ -324,11 +314,6 @@ MathJax.Hub.Config({ jsMath2jax: { // - // The Id of the element to be processed (defaults to full document) - // - element: null, - - // // Controls whether jsMath2jax inserts MathJax_Preview spans to make a // preview available, and what preview to use, when it locates // mathematics on the page. The default is "TeX", which means use the diff --git a/unpacked/config/default.js b/unpacked/config/default.js @@ -192,11 +192,6 @@ MathJax.Hub.Config({ tex2jax: { // - // The Id of the element to be processed (defaults to full document) - // - element: null, - - // // The delimiters that surround in-line math expressions. The first in each // pair is the initial delimiter and the second is the terminal delimiter. // Comment out any that you don't want, but be sure there is no extra @@ -293,11 +288,6 @@ MathJax.Hub.Config({ mml2jax: { // - // The Id of the element to be processed (defaults to full document) - // - element: null, - - // // Controls whether mml2jax inserts MathJax_Preview spans to make a // preview available, and what preview to use, whrn it locates // mathematics on the page. The default is "alttext", which means use @@ -324,11 +314,6 @@ MathJax.Hub.Config({ jsMath2jax: { // - // The Id of the element to be processed (defaults to full document) - // - element: null, - - // // Controls whether jsMath2jax inserts MathJax_Preview spans to make a // preview available, and what preview to use, when it locates // mathematics on the page. The default is "TeX", which means use the