Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 30, 2015
1 parent aa13949 commit b211436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions dist/react-simpletabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ return /******/ (function(modules) { // webpackBootstrap
onMount: React.PropTypes.func,
onBeforeChange: React.PropTypes.func,
onAfterChange: React.PropTypes.func,
children: React.PropTypes.oneOfType([
React.PropTypes.array,
React.PropTypes.element
]).isRequired
children: React.PropTypes.node.isRequired
},
getDefaultProps:function () {
return { tabActive: 1 };
Expand Down Expand Up @@ -190,10 +187,7 @@ return /******/ (function(modules) { // webpackBootstrap
React.PropTypes.string,
React.PropTypes.element
]).isRequired,
children: React.PropTypes.oneOfType([
React.PropTypes.array,
React.PropTypes.element
]).isRequired
children: React.PropTypes.node.isRequired
},
render:function () {
return React.createElement("div", null, this.props.children);
Expand Down
2 changes: 1 addition & 1 deletion dist/react-simpletabs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b211436

Please sign in to comment.