Skip to content

Commit

Permalink
Update demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Aug 6, 2017
1 parent 057ea3d commit 80026b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -55864,7 +55864,7 @@ var DatePicker = (_temp2 = _class = function (_PureComponent) {
// * String: A date string in ISO 8601 format (i.e. YYYY-MM-DD).
maxDate: _propTypes2.default.oneOfType([_propTypes2.default.object, _propTypes2.default.string]),

// Called when a date is selected from datepicker.
// Called when a date is selected.
onSelect: _propTypes2.default.func,

renderDay: _propTypes2.default.func,
Expand Down Expand Up @@ -59112,4 +59112,4 @@ _reactDom2.default.render(_react2.default.createElement(App, null), document.get
/***/ })

/******/ });
//# sourceMappingURL=bundle.js.map?be77a80c3c4cfd8f2e5f
//# sourceMappingURL=bundle.js.map?e8f9d8b7a5d5cae25590
2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</head>
<body>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?be77a80c3c4cfd8f2e5f"></script></body>
<script type="text/javascript" src="bundle.js?e8f9d8b7a5d5cae25590"></script></body>
</html>

0 comments on commit 80026b3

Please sign in to comment.