Skip to content

Instantly share code, notes, and snippets.

@enyo
Created June 6, 2010 14:58
Show Gist options
  • Select an option

  • Save enyo/427639 to your computer and use it in GitHub Desktop.

Select an option

Save enyo/427639 to your computer and use it in GitHub Desktop.
clearSelection: function() {
// When the content changes, reset the selection.
this.set('selection', null);
}.observes('content')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment