We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c0f54 commit fb80b9eCopy full SHA for fb80b9e
src/Core/iServer/CoreServiceBase.js
@@ -54,6 +54,7 @@ SuperMap.CoreServiceBase = SuperMap.Class(SuperMap.ServiceBase, {
54
*/
55
destroy: function () {
56
SuperMap.ServiceBase.prototype.destroy.apply(this, arguments);
57
+ var me = this;
58
me.EVENT_TYPES = null;
59
if (me.events) {
60
me.events.destroy();
0 commit comments