Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Todos.Task = SC.Record.extend(
  2. /** @scope Todos.Task.prototype */ {
  3.  
  4. isDone: SC.Record.attr(Boolean),
  5. description: SC.Record.attr(String)
  6.  
  7. }) ;
  8.  
  9. Todos.store.find(Todos.Task).firstObject().get('attributes') => Object guid=task-1
Add Comment
Please, Sign In to add comment