mirror of https://github.com/rancher/ui.git
jshint
This commit is contained in:
parent
7ae0becb28
commit
fa1c8ff7be
|
|
@ -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'),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue