Created
September 8, 2017 14:40
-
-
Save phoenixperry/da00be0bc3e731b43602a6107c9e74ac to your computer and use it in GitHub Desktop.
This file contains 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
window.onbeforeunload = function(e) { | |
serial.close; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment