Skip to content

Commit c5ccea0

Browse files
committed
Updated linting dependencies. 3.9.0 release.
1 parent de0f379 commit c5ccea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ exports.default = _react2.default.createClass({
259259
},
260260
getInitialState: function getInitialState() {
261261
if (this.props.value && this.props.defaultValue) {
262-
throw new Error("Conflicting DatePicker properties 'value' and 'defaultValue'");
262+
throw new Error('Conflicting DatePicker properties \'value\' and \'defaultValue\'');
263263
}
264264
var state = this.makeDateValues(this.props.value || this.props.defaultValue);
265265
if (this.props.weekStartsOnMonday) {

0 commit comments

Comments
 (0)