equal
deleted
inserted
replaced
5 description: DS.attr('string'), |
5 description: DS.attr('string'), |
6 interviewer: DS.attr('string'), |
6 interviewer: DS.attr('string'), |
7 type: DS.attr('string'), |
7 type: DS.attr('string'), |
8 spatial: DS.attr('string'), |
8 spatial: DS.attr('string'), |
9 language: DS.attr('string'), |
9 language: DS.attr('string'), |
10 created: DS.attr('integer'), |
10 created: DS.attr('number'), |
11 master: DS.attr('url') |
11 master: DS.attr('string') |
12 }); |
12 }); |
13 |
13 |
14 Sound.reopenClass({ |
14 Sound.reopenClass({ |
15 FIXTURES: [ |
15 FIXTURES: [ |
16 { |
16 { |