cms/app-client/app/components/autoscroll-component.js
changeset 447 38d5789e30d0
parent 431 3e0a4a322f9e
--- a/cms/app-client/app/components/autoscroll-component.js	Thu Nov 24 19:08:36 2016 +0100
+++ b/cms/app-client/app/components/autoscroll-component.js	Sun Nov 27 15:12:30 2016 +0100
@@ -7,7 +7,7 @@
   tagName: "span",
   attributeBindings: ['title'],
 
-  title: Ember.computed.oneWay('text'),
+  title: Ember.computed.readOnly('text'),
 
   text: null,
   textWidth: null,