Skip to content

Instantly share code, notes, and snippets.

@Mario-Kart-Felix
Forked from Raynos/god.js
Created January 30, 2021 22:42
Show Gist options
  • Save Mario-Kart-Felix/8c43a50dd5911770f49242e62203a884 to your computer and use it in GitHub Desktop.
Save Mario-Kart-Felix/8c43a50dd5911770f49242e62203a884 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