Skip to content

Commit 5fc49b9

Browse files
committed
Merge pull request mui#680 from oliviertassinari/patch-14
[Tabs] missing context
2 parents 1b35686 + e366b4a commit 5fc49b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tabs/tabs.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ var Tabs = React.createClass({
1010

1111
mixins: [StylePropable],
1212

13+
contextTypes: {
14+
muiTheme: React.PropTypes.object
15+
},
16+
1317
propTypes: {
1418
initialSelectedIndex: React.PropTypes.number,
1519
onActive: React.PropTypes.func,

0 commit comments

Comments
 (0)