Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created January 15, 2011 20:57
Show Gist options
  • Save gmoeck/781245 to your computer and use it in GitHub Desktop.
Save gmoeck/781245 to your computer and use it in GitHub Desktop.
//Things that look like this:
initialLength = tasks.length();
//Should be changed to look like this:
initialLength = tasks.get('length');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment