Created
October 3, 2012 17:11
-
-
Save cdimartino/3828379 to your computer and use it in GitHub Desktop.
Timery Search
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
<pseudo code> | |
timer = nil | |
onkeyup: | |
canceltimer timer | |
settimer timer +1s dosearch | |
</pseudo code> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment