mirror of
https://github.com/nasa/openmct.git
synced 2025-04-22 18:11:23 +00:00
[Style] remove unnecessary parenthesis
See comment https://github.com/nasa/openmct/pull/782/files#r57380540
This commit is contained in:
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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user