Skip to content

Instantly share code, notes, and snippets.

@ttepasse
Created April 9, 2010 13:22
Show Gist options
  • Save ttepasse/361152 to your computer and use it in GitHub Desktop.
Save ttepasse/361152 to your computer and use it in GitHub Desktop.
for (var i=0; i<foo; ++i) {
(function (i) {
links[i].addEventListener("click", function () {
_this.init(i)
return false
});
})(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment