mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
[Build] Add curly braces around if block
...to satisfy JSHint
This commit is contained in:
parent
dda0628621
commit
2dabe0d3c4
@ -59,8 +59,9 @@ define(
|
||||
|
||||
// Subscribe to telemetry when a domain object becomes available
|
||||
this.$scope.$watch('domainObject', function(domainObject){
|
||||
if (!domainObject)
|
||||
if (!domainObject) {
|
||||
return;
|
||||
}
|
||||
|
||||
self.subscribe();
|
||||
self.registerChangeListeners();
|
||||
|
Loading…
Reference in New Issue
Block a user