Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Oct 24, 2018
1 parent ab0fdde commit 48d8fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/tooltip/TooltipRichContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ TooltipRichContent.prototype = {
},

getOuterSize: function () {
const size = this.getSize();
var size = this.getSize();
return {
width: size[0],
height: size[1]
Expand Down

0 comments on commit 48d8fe6

Please sign in to comment.