mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[Style] remove unnecessary parenthesis
See comment https://github.com/nasa/openmct/pull/782/files#r57380540
This commit is contained in:
@ -108,7 +108,7 @@ define(
|
|||||||
|
|
||||||
dragOver(e, element, swimlane);
|
dragOver(e, element, swimlane);
|
||||||
|
|
||||||
if ((highlightBottom !== swimlane.highlightBottom()) ||
|
if (highlightBottom !== swimlane.highlightBottom() ||
|
||||||
highlight !== swimlane.highlight()) {
|
highlight !== swimlane.highlight()) {
|
||||||
scope.$apply();
|
scope.$apply();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user