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

susiwen8 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 467aafa  fix: lint
     new 502afef  Merge pull request #12021 from Zaynex/fix-lint
467aafa is described below

commit 467aafaa569f361f2510d5731defcfa0c8506edc
Author: zaynex <[email protected]>
AuthorDate: Sat Jan 11 20:33:30 2020 +0800

    fix: lint
---
 src/component/tooltip/TooltipContent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/component/tooltip/TooltipContent.js 
b/src/component/tooltip/TooltipContent.js
index b48dad6..95e58ee 100644
--- a/src/component/tooltip/TooltipContent.js
+++ b/src/component/tooltip/TooltipContent.js
@@ -294,7 +294,7 @@ TooltipContent.prototype = {
 
 
     dispose: function () {
-        this.el.parentNode.removeChild(this.el)
+        this.el.parentNode.removeChild(this.el);
     },
 
     getOuterSize: function () {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to