mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 22:47:39 +00:00
Fixed lint errors
This commit is contained in:
@@ -22,6 +22,8 @@ export default class ExpressionProperty extends React.Component {
|
|||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
onUndo: PropTypes.func,
|
onUndo: PropTypes.func,
|
||||||
canUndo: PropTypes.func,
|
canUndo: PropTypes.func,
|
||||||
|
onFocus: PropTypes.func,
|
||||||
|
onBlur: PropTypes.func,
|
||||||
}
|
}
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
|||||||
@@ -28,6 +28,8 @@ class JSONEditor extends React.Component {
|
|||||||
getValue: PropTypes.func,
|
getValue: PropTypes.func,
|
||||||
gutters: PropTypes.array,
|
gutters: PropTypes.array,
|
||||||
className: PropTypes.string,
|
className: PropTypes.string,
|
||||||
|
onFocus: PropTypes.func,
|
||||||
|
onBlur: PropTypes.func,
|
||||||
}
|
}
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user