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