run eslint to fix most var instances
This commit is contained in:
@@ -27,7 +27,7 @@ class appFooter {
|
||||
};
|
||||
}
|
||||
destroy() {
|
||||
var self = this;
|
||||
const self = this;
|
||||
|
||||
self.element = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user