-
-
Save Mario-Kart-Felix/8c43a50dd5911770f49242e62203a884 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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