Merge issue 'issue296' into develop

This commit is contained in:
Davide P. Cervone 2012-09-10 19:14:49 -04:00
commit 8ef21276b4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -188,7 +188,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
// fill it with the proper elements,
// and clean up the bbox
//
line = BBOX();
var line = BBOX();
state.first = broken; state.last = true;
this.SVGmoveLine(start,end,line,state,values);
line.Clean();