Fix isSpacelike for maction elements
This commit is contained in:
parent
4cbc74e418
commit
48ee5d3f55
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* ---------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (c) 2009 Design Science, Inc.
|
||||
* Copyright (c) 2009-2011 Design Science, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -27,7 +27,7 @@ MathJax.ElementJax.mml = MathJax.ElementJax({
|
|||
mimeType: "jax/mml"
|
||||
},{
|
||||
id: "mml",
|
||||
version: "1.0.2",
|
||||
version: "1.0.3",
|
||||
directory: MathJax.ElementJax.directory + "/mml",
|
||||
extensionDir: MathJax.ElementJax.extensionDir + "/mml",
|
||||
optableDir: MathJax.ElementJax.directory + "/mml/optable"
|
||||
|
@ -1079,6 +1079,7 @@ MathJax.ElementJax.mml.Augment({
|
|||
},
|
||||
selected: function () {return this.data[this.Get("selection")-1] || MML.NULL},
|
||||
isEmbellished: function () {return this.selected().isEmbellished()},
|
||||
isSpacelike: function () {return this.selected().isSpacelike()},
|
||||
Core: function () {return this.selected().Core()},
|
||||
CoreMO: function () {return this.selected().CoreMO()},
|
||||
setTeXclass: function (prev) {return this.selected().setTeXclass(prev)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user