Skip to content

Instantly share code, notes, and snippets.

@chubas
Created September 11, 2012 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chubas/3695162 to your computer and use it in GitHub Desktop.
Save chubas/3695162 to your computer and use it in GitHub Desktop.
Cuiki = function() {
this.makeChoice = function() {
setTimeout(function() {
return Chameleon.Color.random();
}, 5 * 60 * 1000);
}
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment