git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 02bc77c77c6801ad0cfcffd1a585dfed52a2f5f8

fix standard styling

Matt McKegg committed on 2/10/2017, 5:23:22 AM
Parent: 79d3aa06cee98ef1386577309e87b311b21caaeb

Files changed

index.jschanged
index.jsView
@@ -54,9 +54,9 @@
5454 })
5555 windows.main.setSheetOffset(40)
5656 windows.main.on('closed', function () {
5757 windows.main = null
58- if (process.platform != 'darwin') electron.app.quit()
58+ if (process.platform !== 'darwin') electron.app.quit()
5959 })
6060 }
6161 }
6262

Built with git-ssb-web