mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
11 lines
No EOL
193 B
JavaScript
11 lines
No EOL
193 B
JavaScript
NEWSBLUR.Models.User = Backbone.Model.extend({
|
|
|
|
idAttribute: 'user_id'
|
|
|
|
});
|
|
|
|
NEWSBLUR.Collections.Users = Backbone.Collection.extend({
|
|
|
|
model : NEWSBLUR.Models.User
|
|
|
|
}); |