Last active
October 19, 2015 03:11
-
-
Save antonycourtney/6f232f205e643bf62212 to your computer and use it in GitHub Desktop.
invokeLater for oneref
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 invokeLater(f) { | |
window.setTimeout(f, 0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment