server/bo_client/app/models/document.js
changeset 339 766af1228b05
parent 327 13564bb13ccc
child 528 aa4fc985bf64
equal deleted inserted replaced
338:4a3899b6a7ed 339:766af1228b05
     7     //id: attr('string'),
     7     //id: attr('string'),
     8     uri: DS.attr('string'),
     8     uri: DS.attr('string'),
     9 
     9 
    10     title: DS.attr('string'),
    10     title: DS.attr('string'),
    11 
    11 
    12     language: DS.attr('string'),
    12     languages: DS.attr({defaultValue: function() { return []; }}),
    13 
    13 
    14     publishers: DS.attr({defaultValue: function() { return []; }}),
    14     publishers: DS.attr({defaultValue: function() { return []; }}),
    15 
    15 
    16     contributors: DS.attr({defaultValue: function() { return []; }}),
    16     contributors: DS.attr({defaultValue: function() { return []; }}),
    17 
    17