Skip to content

Commit

Permalink
Add error message for when an evironment closes with unbalanced brace…
Browse files Browse the repository at this point in the history
…s. Resolves issue mathjax#454.
  • Loading branch information
dpvc committed Apr 30, 2013
1 parent 23edb8c commit f6d716b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unpacked/jax/input/TeX/jax.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

var STACKITEM = STACK.Item = MathJax.Object.Subclass({
type: "base",
endError: /*_()*/ ["ExtraOpenMissingClose","Extra open brace or missing close brace"],
closeError: /*_()*/ ["ExtraCloseMissingOpen","Extra close brace or missing open brace"],
rightError: /*_()*/ ["MissingLeftExtraRight","Missing \\left or extra \\right"],
Init: function () {
Expand Down

0 comments on commit f6d716b

Please sign in to comment.