Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created December 21, 2012 22:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save Raynos/4356178 to your computer and use it in GitHub Desktop.
Save Raynos/4356178 to your computer and use it in GitHub Desktop.
var extend = require("xtend")
function Element(elem) {
return extend(ever(elem), {
hide: hidden.bind(null, elem)
, classes: classes.bind(null, elem)
, delegate: delegate.bind(null, elem)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment