mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
[Telemetry] Update specs
Update specs to reflect changes for WTD-1329.
This commit is contained in:
@ -191,7 +191,8 @@ define(
|
||||
}
|
||||
|
||||
function addMutationListener() {
|
||||
var mutation = domainObject.getCapability('mutation');
|
||||
var mutation = domainObject &&
|
||||
domainObject.getCapability('mutation');
|
||||
if (mutation) {
|
||||
return mutation.listen(modelChange);
|
||||
}
|
||||
|
Reference in New Issue
Block a user