Skip to content

Commit

Permalink
add primaryTogglesNestedList to getDefaultProps
Browse files Browse the repository at this point in the history
  • Loading branch information
alitaheri committed Dec 6, 2015
1 parent 574dcd5 commit fbe30fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lists/list-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const ListItem = React.createClass({
onMouseLeave: () => {},
onNestedListToggle: () => {},
onTouchStart: () => {},
primaryTogglesNestedList: false,
secondaryTextLines: 1,
};
},
Expand Down

0 comments on commit fbe30fc

Please sign in to comment.