Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created September 18, 2012 14:53
Show Gist options
  • Save amcdnl/3743560 to your computer and use it in GitHub Desktop.
Save amcdnl/3743560 to your computer and use it in GitHub Desktop.
CanJS Dont's

Things not to do in CanJS

List of common things that are done incorrectly but users. These things create memory leaks, cause odd issues, and are just plain ugly.

  • Remove html/controls by doing innerHTML = ""
  • Binding events manually e.g. this.element.bind('click', function() { ... });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment