Skip to content

Commit

Permalink
Merge pull request #100 from Phr0ztByte/master
Browse files Browse the repository at this point in the history
Global scoped innerContainer fix
  • Loading branch information
hai-cea committed Nov 29, 2014
2 parents b8f3af5 + 8a2a924 commit 2be5934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ var Menu = React.createClass({

if (this.props.hideable) {
el = this.getDOMNode();
innerContainer = this.refs.paperContainer.getInnerContainer().getDOMNode();
var innerContainer = this.refs.paperContainer.getInnerContainer().getDOMNode();

if (this.props.visible) {

Expand Down

0 comments on commit 2be5934

Please sign in to comment.