equal
deleted
inserted
replaced
14 var discours = this.get('discours'); |
14 var discours = this.get('discours'); |
15 var date = this.get('date'); |
15 var date = this.get('date'); |
16 // var thematique = this.get('thematique'); |
16 // var thematique = this.get('thematique'); |
17 |
17 |
18 var sounds = this.get('model'); |
18 var sounds = this.get('model'); |
19 console.log("sounds filtered ? ", sounds); |
|
20 |
19 |
21 if (location) { |
20 if (location) { |
22 sounds = sounds.filterBy('spatial', location); |
21 sounds = sounds.filterBy('spatial', location); |
23 } |
22 } |
24 if (langue) { |
23 if (langue) { |