Skip to content

Commit

Permalink
Fix #2908
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Mar 28, 2016
1 parent f28607a commit eb7f494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/echarts.js
Expand Up @@ -888,7 +888,7 @@ define(function (require) {

this._zr.dispose();

instances[this.id] = null;
delete instances[this.id];
};

zrUtil.mixin(ECharts, Eventful);
Expand Down

0 comments on commit eb7f494

Please sign in to comment.