Skip to content

Commit

Permalink
Make disabled a const
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhasbach committed Aug 14, 2015
1 parent df2c616 commit 731645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drop-down-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ let DropDownMenu = React.createClass({
},

getStyles(){
const {disabled} = this.props;
let zIndex = 5; // As AppBar
let disabled = this.props.disabled;
let spacing = this.context.muiTheme.spacing;
let accentColor = this.context.muiTheme.component.dropDownMenu.accentColor;
let backgroundColor = this.context.muiTheme.component.menu.backgroundColor;
Expand Down

0 comments on commit 731645c

Please sign in to comment.