Skip to content

Instantly share code, notes, and snippets.

@CrypticSwarm
Created May 15, 2009 06:21
Show Gist options
  • Save CrypticSwarm/112067 to your computer and use it in GitHub Desktop.
Save CrypticSwarm/112067 to your computer and use it in GitHub Desktop.
Element.Properties.store = {
set: function(props){
for (var p in props) this.store(p, props[p]);
return this;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment