Skip to content

Commit

Permalink
Merge pull request apache#2829 from xwartz/master
Browse files Browse the repository at this point in the history
missing spaces
  • Loading branch information
pissang committed Mar 16, 2016
2 parents 6cb9195 + dbce408 commit 2104d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/legend/LegendView.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define(function (require) {
}

function dispatchDownplayAction(seriesModel, dataName, api) {
seriesModel.get('legendHoverLink') &&api.dispatchAction({
seriesModel.get('legendHoverLink') && api.dispatchAction({
type: 'downplay',
seriesName: seriesModel.name,
name: dataName
Expand Down

0 comments on commit 2104d9b

Please sign in to comment.