Style: no more var
This commit is contained in:
@@ -29,7 +29,7 @@ class PathSelector extends React.Component {
|
||||
}
|
||||
|
||||
handleClick () {
|
||||
var opts = Object.assign({
|
||||
const opts = Object.assign({
|
||||
defaultPath: this.props.value,
|
||||
properties: [ 'openFile', 'openDirectory' ]
|
||||
}, this.props.dialog)
|
||||
|
||||
Reference in New Issue
Block a user