Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Apr 7, 2014
1 parent f2b5567 commit d9e1469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ define(function (require) {
lineWidth : 2,
text : toolboxOption.showTitle
? _featureTitle[_iconList[i]]
: false,
: undefined,
textFont : textFont,
textPosition : textPosition,
strokeColor : _featureColor[_iconList[i]] || color[i % color.length]
Expand Down

0 comments on commit d9e1469

Please sign in to comment.