cms/app-client/app/components/autoscroll-component.js
changeset 447 38d5789e30d0
parent 431 3e0a4a322f9e
equal deleted inserted replaced
446:2a93eb9f38f5 447:38d5789e30d0
     5 
     5 
     6   classNames: ['autoscroll-component'],
     6   classNames: ['autoscroll-component'],
     7   tagName: "span",
     7   tagName: "span",
     8   attributeBindings: ['title'],
     8   attributeBindings: ['title'],
     9 
     9 
    10   title: Ember.computed.oneWay('text'),
    10   title: Ember.computed.readOnly('text'),
    11 
    11 
    12   text: null,
    12   text: null,
    13   textWidth: null,
    13   textWidth: null,
    14   doScroll: false,
    14   doScroll: false,
    15   keyFrameStyleDef: null,
    15   keyFrameStyleDef: null,