Remove unneeded parentheses. #1478

This commit is contained in:
Davide P. Cervone 2016-06-08 06:40:20 -04:00
parent 422065a0c1
commit 559102f017

View File

@ -2142,7 +2142,7 @@
if (shift) {
HUB.Insert(style,({
left: {marginLeft: SVG.Ex(shift)},
right: {marginRight: SVG.Ex(-shift), marginLeft: SVG.Ex(Math.max(0,shift-(w)))},
right: {marginRight: SVG.Ex(-shift), marginLeft: SVG.Ex(Math.max(0,shift-w))},
center: {marginLeft: SVG.Ex(shift), marginRight: SVG.Ex(-shift)}
})[values.indentalign]);
}