cms/app-client/app/routes/tabs/discours.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 05 Aug 2016 18:51:59 +0200
changeset 253 0be9770b09b4
parent 198 541e26eb356f
child 338 4a3899b6a7ed
permissions -rw-r--r--
Hide/show transcript button in the player - Do not request transscript when property is null in the document request
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
175
7a7cfcba5bfe Add Discourses Component files
Chloe Laisne <chloe.laisne@gmail.com>
parents:
diff changeset
     1
import Ember from 'ember';
7a7cfcba5bfe Add Discourses Component files
Chloe Laisne <chloe.laisne@gmail.com>
parents:
diff changeset
     2
7a7cfcba5bfe Add Discourses Component files
Chloe Laisne <chloe.laisne@gmail.com>
parents:
diff changeset
     3
export default Ember.Route.extend({
179
9b703ece424f Discourse and theme linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 175
diff changeset
     4
});