Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into v2.1-latest

This commit is contained in:
Davide P. Cervone 2012-10-01 16:57:09 -04:00
commit f3fe1c0be0
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -219,8 +219,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
//
// Save the values needed for the future
//
state.d = line.d-(line.y||0);
state.values = values; state.n++;
state.d = line.d; state.values = values; state.n++;
},
/****************************************************************/