cms/app-client/app/routes/tabs/langues.js
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2016 16:31:37 +0100
changeset 448 4077a72f0fb6
parent 414 5c6c526a7fc1
child 467 762fc0eb4946
permissions -rw-r--r--
add minimum height for author and language
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
394
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
import Ember from 'ember';
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
export default Ember.Route.extend({
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    player: Ember.inject.service(),
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    activate: function() {
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
        this.get('player').set('window', false);
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    }
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
});