mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[API] Reset listeners array in MutableObject
This commit is contained in:
@ -48,6 +48,7 @@ define([
|
||||
this.unlisteners.forEach(function (unlisten) {
|
||||
unlisten();
|
||||
});
|
||||
this.unlisteners = [];
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user