Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created November 13, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StanAngeloff/2b3eb97a79b36640e0a3 to your computer and use it in GitHub Desktop.
Save StanAngeloff/2b3eb97a79b36640e0a3 to your computer and use it in GitHub Desktop.
export function quit() {
'use strict';
Factory.logger().info('quit() requested.');
emit(AdapterQuitEvent).then(function() {
window.close();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment