Created
November 13, 2015 14:13
-
-
Save StanAngeloff/2b3eb97a79b36640e0a3 to your computer and use it in GitHub Desktop.
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
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