Prevent empty annotation as first child of semantics element from producing an error. Resolves issue #805.

This commit is contained in:
Davide P. Cervone 2014-08-19 15:28:25 -04:00
parent 3ca32dc64b
commit 34c723aa9e

View File

@ -2772,6 +2772,7 @@
MML.mtable.Augment({toHTML: MML.mbase.HTMLautoload});
MML["annotation-xml"].Augment({toHTML: MML.mbase.HTMLautoload});
MML.annotation.Augment({toHTML: function (span) {return this.HTMLcreateSpan(span)}});
MML.math.Augment({
toHTML: function (span,node) {