mirror of
https://github.com/nasa/openmct.git
synced 2025-04-18 08:10:18 +00:00
[Search] Fix mutation.listen
Update mutation.listen to match previous variable names changes related to nasa/openmctweb#141.
This commit is contained in:
parent
78f3f8367e
commit
b632926d8e
@ -171,7 +171,7 @@ define(
|
||||
* @memberof platform/core.MutationCapability#
|
||||
*/
|
||||
MutationCapability.prototype.listen = function (listener) {
|
||||
return this.mutationTopic.listen(listener);
|
||||
return this.specificMutationTopic.listen(listener);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user