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

This commit is contained in:
Davide P. Cervone 2011-03-18 18:47:25 -04:00
parent 536eece1b1
commit 4d9007ca9e
2 changed files with 0 additions and 30 deletions

View File

@ -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

View File

@ -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