Skip to content

Commit

Permalink
Merge pull request #680 from oliviertassinari/patch-14
Browse files Browse the repository at this point in the history
[Tabs] missing context
  • Loading branch information
Hai Nguyen committed May 24, 2015
2 parents 1b35686 + e366b4a commit 5fc49b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tabs/tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ var Tabs = React.createClass({

mixins: [StylePropable],

contextTypes: {
muiTheme: React.PropTypes.object
},

propTypes: {
initialSelectedIndex: React.PropTypes.number,
onActive: React.PropTypes.func,
Expand Down

0 comments on commit 5fc49b9

Please sign in to comment.