Add missing comma in default.js (pointed out by Victor Ivrii)

This commit is contained in:
Davide P. Cervone 2012-01-20 11:06:28 -05:00
parent 14b3702e85
commit fd0e446a39
2 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@ MathJax.Hub.Config({
// Equation numbering parameters.
//
equationNumbers: {
autoNumber: "none" // "AMS" for standard AMS environment numbering,
autoNumber: "none", // "AMS" for standard AMS environment numbering,
// or "all" to number all displayed equations
// formatNumber: function (n) {return n}, // format for equation number n
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref

View File

@ -458,7 +458,7 @@ MathJax.Hub.Config({
// Equation numbering parameters.
//
equationNumbers: {
autoNumber: "none" // "AMS" for standard AMS environment numbering,
autoNumber: "none", // "AMS" for standard AMS environment numbering,
// or "all" to number all displayed equations
// formatNumber: function (n) {return n}, // format for equation number n
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref