Skip to content

Commit fb80b9e

Browse files
committed
fix core中空指针问题
1 parent a4c0f54 commit fb80b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/iServer/CoreServiceBase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ SuperMap.CoreServiceBase = SuperMap.Class(SuperMap.ServiceBase, {
5454
*/
5555
destroy: function () {
5656
SuperMap.ServiceBase.prototype.destroy.apply(this, arguments);
57+
var me = this;
5758
me.EVENT_TYPES = null;
5859
if (me.events) {
5960
me.events.destroy();

0 commit comments

Comments
 (0)