Skip to content

Instantly share code, notes, and snippets.

@kotarok
Created December 4, 2010 12:06
Show Gist options
  • Save kotarok/728130 to your computer and use it in GitHub Desktop.
Save kotarok/728130 to your computer and use it in GitHub Desktop.
.whatever slector {
/*run behaviour only one time*/
behavior: expression(this.behavior || (function(that){try{
/*do something here*/
}catch(e){};})(this),1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment