From 4d9007ca9e1ea69b4d05cf0e6fbfbfde1ee425bf Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Fri, 18 Mar 2011 18:47:25 -0400 Subject: [PATCH] Remove element parameters from the preprocessor configuration blocks (they are not longer used, now that there is a global elements parameter) --- config/default.js | 15 --------------- unpacked/config/default.js | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/config/default.js b/config/default.js index beba09d80..c623b933c 100644 --- a/config/default.js +++ b/config/default.js @@ -191,11 +191,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. @@ -292,11 +287,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 @@ -323,11 +313,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 diff --git a/unpacked/config/default.js b/unpacked/config/default.js index beba09d80..c623b933c 100644 --- a/unpacked/config/default.js +++ b/unpacked/config/default.js @@ -191,11 +191,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. @@ -292,11 +287,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 @@ -323,11 +313,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