Guest User

Untitled

a guest
Jun 14th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Todos.Task = SC.Record.extend(
  2. /** @scope Todos.Task.prototype */ {
  3.  
  4. // TODO: Add your own code here.
  5. isDone: SC.Record.attr(Boolean),
  6. description: SC.Record.attr(String)
  7.  
  8. }) ;
Add Comment
Please, Sign In to add comment