Created
May 18, 2016 08:19
-
-
Save rndme/709b79625af301d76bd432dfb2ad8feb 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
function sanitize(ht){ // tested in ff, ch, ie9+ | |
return new Option(ht).innerHTML; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment