Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created February 21, 2012 22:52
Show Gist options
  • Save joubertnel/1879603 to your computer and use it in GitHub Desktop.
Save joubertnel/1879603 to your computer and use it in GitHub Desktop.
legacy invoke on enumerables
for (var i = 0, l = boxes.length; i < l; i++) {
boxes[i].tick();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment