[API] Reset listeners array in MutableObject

This commit is contained in:
Henry 2017-12-05 10:06:32 -08:00
parent a51b9bc63f
commit c0dcf4495e

View File

@ -48,6 +48,7 @@ define([
this.unlisteners.forEach(function (unlisten) {
unlisten();
});
this.unlisteners = [];
};
/**