Skip to content

Commit

Permalink
Merge pull request #94 from minwe/master
Browse files Browse the repository at this point in the history
[fixed] Selected method reference error, resolved #93
  • Loading branch information
minwe committed Jan 25, 2016
2 parents 5ceedd6 + df31b13 commit 6edd852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Selected.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var Selected = React.createClass({
this.setValue(values.join(this.props.delimiter));
} else {
this.setValue(clickedValue);
this.refs.dropdown.setDropdownState(false);
this.refs.dropdown.setDropdown(false);
}
},

Expand Down
1 change: 1 addition & 0 deletions webpack.docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const basePlugins = [
template: 'docs/index.html',
UICDN: isProduction ? 'http://cdn.amazeui.org/amazeui/2.5.0/' : '',
assets: isProduction ? 'http://s.amazeui.org/assets/react' : '',
stat: isProduction,
minify: isProduction ? {
removeComments: true,
collapseWhitespace: true
Expand Down

0 comments on commit 6edd852

Please sign in to comment.