Skip to content

Instantly share code, notes, and snippets.

@jde
Created July 22, 2013 15:20
Show Gist options
  • Save jde/6054684 to your computer and use it in GitHub Desktop.
Save jde/6054684 to your computer and use it in GitHub Desktop.
close app
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