Skip to content

Instantly share code, notes, and snippets.

@kcarriedo
Created August 15, 2010 15:20
Show Gist options
  • Select an option

  • Save kcarriedo/525599 to your computer and use it in GitHub Desktop.

Select an option

Save kcarriedo/525599 to your computer and use it in GitHub Desktop.
Todos.Task = SC.Record.extend(
/** @scope Todos.Task.prototype */ {
isDone: SC.Record.attr(Boolean),
description: SC.Record.attr(String),
}) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment