mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +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:
@ -171,7 +171,7 @@ define(
|
|||||||
* @memberof platform/core.MutationCapability#
|
* @memberof platform/core.MutationCapability#
|
||||||
*/
|
*/
|
||||||
MutationCapability.prototype.listen = function (listener) {
|
MutationCapability.prototype.listen = function (listener) {
|
||||||
return this.mutationTopic.listen(listener);
|
return this.specificMutationTopic.listen(listener);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user