mirror of
https://github.com/nasa/openmct.git
synced 2025-04-10 21:00:16 +00:00
[Build] Use not-threequals operator
...to satisfy JSHint
This commit is contained in:
parent
f6898d16c9
commit
56a91dfbaf
@ -131,7 +131,7 @@ define(
|
||||
* object representation accordingly
|
||||
*/
|
||||
this.listenHandle = this.domainObject.getCapability('status').listen(function(statuses){
|
||||
if (statuses.indexOf('editing')!=-1){
|
||||
if (statuses.indexOf('editing') !== -1){
|
||||
setEditing();
|
||||
} else {
|
||||
delete scope.viewObjectTemplate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user