Skip to content

Commit

Permalink
Updated linting dependencies. 3.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed Nov 21, 2016
1 parent de0f379 commit c5ccea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -259,7 +259,7 @@ exports.default = _react2.default.createClass({
},
getInitialState: function getInitialState() {
if (this.props.value && this.props.defaultValue) {
throw new Error("Conflicting DatePicker properties 'value' and 'defaultValue'");
throw new Error('Conflicting DatePicker properties \'value\' and \'defaultValue\'');
}
var state = this.makeDateValues(this.props.value || this.props.defaultValue);
if (this.props.weekStartsOnMonday) {
Expand Down

0 comments on commit c5ccea0

Please sign in to comment.