mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[Core] Add dependency to mutation
Add the 'topic' dependency to the mutation capability, WTD-1329.
This commit is contained in:
@ -71,7 +71,7 @@ define(
|
||||
* which will expose this capability
|
||||
* @constructor
|
||||
*/
|
||||
function MutationCapability(now, domainObject) {
|
||||
function MutationCapability(topic, now, domainObject) {
|
||||
var listeners = [];
|
||||
|
||||
function notifyListeners(model) {
|
||||
|
Reference in New Issue
Block a user