This commit is contained in:
Vincent Fiduccia 2017-01-17 16:32:13 -07:00
parent 7ae0becb28
commit fa1c8ff7be
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default Ember.Component.extend({
} }
Ember.run.next(() => { Ember.run.next(() => {
this.set('tooltipModel', out) this.set('tooltipModel', out);
}); });
}.property('prefix', 'lastValue', 'formatter'), }.property('prefix', 'lastValue', 'formatter'),