Skip to content

Instantly share code, notes, and snippets.

@melechi
Created June 5, 2012 04:39
Show Gist options
  • Save melechi/2872669 to your computer and use it in GitHub Desktop.
Save melechi/2872669 to your computer and use it in GitHub Desktop.
bindContainerEvent: function(event,handler,method,data)
{
return this.bindDOMEvent(event,null,handler,method,data);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment