cms/app-client/app/models/datestat.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 03:30:51 +0100
changeset 455 a8bed1c7df8e
parent 393 5ef3bfef0bff
permissions -rw-r--r--
move the transcript highlight and autoscroll logic to the base component

import DS from 'ember-data';

export default DS.Model.extend({
    count: DS.attr('number')
});