[Style] remove unnecessary parenthesis

See comment https://github.com/nasa/openmct/pull/782/files#r57380540
This commit is contained in:
Pete Richards 2016-03-24 13:14:53 -07:00
parent dd053f7e6e
commit 5e54b193ca

@ -108,7 +108,7 @@ define(
dragOver(e, element, swimlane);
if ((highlightBottom !== swimlane.highlightBottom()) ||
if (highlightBottom !== swimlane.highlightBottom() ||
highlight !== swimlane.highlight()) {
scope.$apply();
}