Skip to content

Commit

Permalink
adding proptypes package
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaldaga committed Oct 16, 2017
1 parent 8216edf commit 4d04092
Show file tree
Hide file tree
Showing 4 changed files with 1,199 additions and 32 deletions.
3 changes: 1 addition & 2 deletions dist/Example.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ return /******/ (function(modules) { // webpackBootstrap
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }

/*global ReactJSONViewer*/

var Example = function (_Component) {
_inherits(Example, _Component);

function Example() {
_classCallCheck(this, Example);

var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Example).call(this));
var _this = _possibleConstructorReturn(this, (Example.__proto__ || Object.getPrototypeOf(Example)).call(this));

_this.state = {
userJson: {}
Expand Down
Loading

0 comments on commit 4d04092

Please sign in to comment.