Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Dec 26, 2014
1 parent 178f39b commit dc41e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/dataView.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define(function (require) {
this._zrHeight = zr.getHeight();
this._zrWidth = zr.getWidth();

this._tDom.className = 'echarts-dataview',
this._tDom.className = 'echarts-dataview';
this.hide();
this.dom.firstChild.appendChild(this._tDom);

Expand Down

0 comments on commit dc41e36

Please sign in to comment.