Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created February 4, 2011 11:27
Show Gist options
  • Select an option

  • Save badsyntax/811003 to your computer and use it in GitHub Desktop.

Select an option

Save badsyntax/811003 to your computer and use it in GitHub Desktop.
// wha..whhaaat
// found in jquery source
var i =0;
for (; i < length;) {
if (callback.apply(object[i++], args) === false) {
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment