www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 02c0e043c6497450fb2653fd240b793f982974dd
parent 07c5ee11217e725fe501f336dcf43c7b5add47b3
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 12 Feb 2013 08:26:28 -0500

Merge remote-tracking branch 'fred/issue392' into develop.
Resolves issue #392.

Diffstat:
Munpacked/jax/output/SVG/autoload/mtable.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/unpacked/jax/output/SVG/autoload/mtable.js b/unpacked/jax/output/SVG/autoload/mtable.js @@ -1,3 +1,5 @@ +/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/jax/output/SVG/autoload/mtable.js @@ -31,7 +33,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () { toSVG: function (span) { this.SVGgetStyles(); var svg = this.SVG(); - if (this.data.length === 0) {return svg} + if (this.data.length === 0) {this.SVGsaveData(svg);return svg} var values = this.getValues("columnalign","rowalign","columnspacing","rowspacing", "columnwidth","equalcolumns","equalrows", "columnlines","rowlines","frame","framespacing",