You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/02/14 08:15:18 UTC

[incubator-echarts] branch master updated: Typo in comment (#9892)

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 46b432a  Typo in comment (#9892)
46b432a is described below

commit 46b432a0563588a6ec36c443ac985aa8f5683bfd
Author: Deniz Susman <su...@gmail.com>
AuthorDate: Thu Feb 14 11:15:13 2019 +0300

    Typo in comment (#9892)
    
    "Hence" instead of  "Hance".
---
 src/component/dataZoom/InsideZoomView.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/component/dataZoom/InsideZoomView.js b/src/component/dataZoom/InsideZoomView.js
index b298227..da0867b 100644
--- a/src/component/dataZoom/InsideZoomView.js
+++ b/src/component/dataZoom/InsideZoomView.js
@@ -47,7 +47,7 @@ var InsideZoomView = DataZoomView.extend({
     render: function (dataZoomModel, ecModel, api, payload) {
         InsideZoomView.superApply(this, 'render', arguments);
 
-        // Hance the `throttle` util ensures to preserve command order,
+        // Hence the `throttle` util ensures to preserve command order,
         // here simply updating range all the time will not cause missing
         // any of the the roam change.
         this._range = dataZoomModel.getPercentRange();
@@ -263,4 +263,4 @@ var getDirectionInfo = {
     }
 };
 
-export default InsideZoomView;
\ No newline at end of file
+export default InsideZoomView;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org