mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix JS linter errors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user