Closed xiaohanzhang closed 10 years ago
In documentation about parent:
var Admin = User.extend({ parent: User });
This seems not right. Should it change to:
var Admin = User.extend({}, { parent: User });
Thanks for all the work you have done.
Right you are! Updated in master and cherry-picked to gh-pages. Thanks much!
In documentation about parent:
This seems not right. Should it change to:
Thanks for all the work you have done.