Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 11, 2016
1 parent 6ce2146 commit 09dbb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/legend/LegendModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define(function(require) {
name: dataItem
};
}
return new Model(dataItem, this);
return new Model(dataItem, this, this.ecModel);
}, this);
this._data = legendData;

Expand Down

0 comments on commit 09dbb96

Please sign in to comment.