Remove unused variables in shart-report
This commit is contained in:
parent
446e6bf29c
commit
960c126cc9
|
@ -67,7 +67,7 @@ export default Ember.Component.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
open(e) {
|
open() {
|
||||||
this.set("visible", true);
|
this.set("visible", true);
|
||||||
window.setTimeout(
|
window.setTimeout(
|
||||||
() =>
|
() =>
|
||||||
|
@ -79,7 +79,7 @@ export default Ember.Component.extend({
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
close(e) {
|
close() {
|
||||||
this.set("visible", false);
|
this.set("visible", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue