Skip to content

Commit

Permalink
fixed #1130
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jan 9, 2015
1 parent 14f304f commit bfa7ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ define(function (require) {
* @param {HtmlElement} dom 必要
*/
function Echarts(dom) {
// Fxxk IE11 for breaking initialization without a warrant;
// Just set something to let it be!
// by kener 2015-01-09
dom.innerHTML = '';
this._themeConfig = zrUtil.clone(ecConfig);

this.dom = dom;
Expand Down

0 comments on commit bfa7ddd

Please sign in to comment.