Remove trailing comma (confusing MSIE)

This commit is contained in:
Davide P. Cervone 2012-01-19 10:17:27 -05:00
parent db29cf3414
commit 705bfe74e6
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1217,7 +1217,7 @@ MathJax.Hub = {
config: [], // list of configuration files to load
styleSheets: [], // list of CSS files to load
styles: { // styles to generate in-line
".MathJax_Preview": {color: "#888"},
".MathJax_Preview": {color: "#888"}
},
jax: [], // list of input and output jax to load
extensions: [], // list of extensions to load