Skip to content

Instantly share code, notes, and snippets.

@peutetre
Created October 9, 2013 11:55
Show Gist options
  • Save peutetre/6900094 to your computer and use it in GitHub Desktop.
Save peutetre/6900094 to your computer and use it in GitHub Desktop.
lui stuff
if (config) {
for(var ƒ in config) {
if (typeof config[ƒ] === "function") {
this[ƒ] = lui.bind(config[ƒ], self);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment