mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
Fixed JSLint errors
This commit is contained in:
@ -78,11 +78,11 @@ define(
|
||||
|
||||
$scope.cancelEditing = function() {
|
||||
navigationService.setNavigation($scope.domainObject.getDomainObject());
|
||||
}
|
||||
};
|
||||
|
||||
$scope.doAction = function (action){
|
||||
$scope[action] && $scope[action]();
|
||||
}
|
||||
return $scope[action] && $scope[action]();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user