Created
July 22, 2013 15:20
-
-
Save jde/6054684 to your computer and use it in GitHub Desktop.
close app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var closeApp = function () { | |
var gui = require('nw.gui'); | |
var win = gui.Window.get(); | |
win.close(true); | |
} | |
dispatch.on('closeApp', closeApp); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment