Fix JS linter errors

This commit is contained in:
Ben Gotow 2016-04-16 11:04:48 -04:00
parent 65c37fe64b
commit 1976c271ec

View file

@ -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)