Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Theadd committed Apr 26, 2015
1 parent 3c93db9 commit 37308e4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Mixins.TabWrapper = {
observedProps: ['selectedIndex', 'index'],

propTypes: {
tabKey: React.PropTypes.any.isRequired
tabKey: React.PropTypes.any
},

getDefaultProps: function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/react-panels-with-addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Mixins.TabWrapper = {
observedProps: ['selectedIndex', 'index'],

propTypes: {
tabKey: React.PropTypes.any.isRequired
tabKey: React.PropTypes.any
},

getDefaultProps: function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/react-panels-with-addons.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-panels-with-addons.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-panels.js
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Mixins.TabWrapper = {
observedProps: ['selectedIndex', 'index'],

propTypes: {
tabKey: React.PropTypes.any.isRequired
tabKey: React.PropTypes.any
},

getDefaultProps: function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/react-panels.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-panels.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Mixins.TabWrapper = {
observedProps: ['selectedIndex', 'index'],

propTypes: {
tabKey: React.PropTypes.any.isRequired
tabKey: React.PropTypes.any
},

getDefaultProps: function () {
Expand Down

0 comments on commit 37308e4

Please sign in to comment.