Fix JS linter errors
This commit is contained in:
parent
65c37fe64b
commit
1976c271ec
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@ var checkAppInitialized = function () {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
setSheetOffset: function(window, offset) {
|
||||
setSheetOffset: function (window, offset) {
|
||||
return binding.setSheetOffset(window, offset)
|
||||
},
|
||||
|
||||
showOpenDialog: function(...args) {
|
||||
showOpenDialog: function (...args) {
|
||||
var prop, properties, value, wrappedCallback
|
||||
checkAppInitialized()
|
||||
let [window, options, callback] = parseArgs.apply(null, args)
|
||||
|
|
Loading…
Reference in a new issue