Skip to content

Instantly share code, notes, and snippets.

@aseemk
Created May 5, 2011 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aseemk/956617 to your computer and use it in GitHub Desktop.
Save aseemk/956617 to your computer and use it in GitHub Desktop.
Example of Streamline's compiler failing silently.
function process(user) {
var model = new User(user);
model.save(_);
}
for (var i = 0; i < users.length; i++) {
process(users[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment