Do bin -> ord for all the correct types

Fixes T1303

Auditors: alpert
This commit is contained in:
Emily Eisenberg 2013-08-10 03:23:46 -07:00
parent 7e5e6a90d3
commit 5788a76dcf

View File

@ -57,7 +57,8 @@ var groupTypes = {
var atoms = prevAtom.value.value;
prevAtom = atoms[atoms.length - 1];
}
if (!prev || utils.contains(["bin", "open", "rel"], prevAtom.type)) {
if (!prev || utils.contains(["bin", "open", "rel", "op", "punct"],
prevAtom.type)) {
group.type = "ord";
className = "mord";
}