More TypeScript

This commit is contained in:
Mo Bitar
2020-04-10 09:21:45 -05:00
parent b5b53fdc43
commit 16bde8d1d4
11 changed files with 106 additions and 144 deletions

View File

@@ -379,7 +379,7 @@ class AccountMenuCtrl extends PureCtrl {
importData: null
});
if (errorCount > 0) {
const message = StringImportError({ errorCount: errorCount });
const message = StringImportError(errorCount);
this.application.alertService.alert({
text: message
});

View File

@@ -117,7 +117,7 @@ class PanelResizerCtrl {
}
handleResize() {
debounce(() => {
debounce(this, () => {
this.reloadDefaultValues();
this.handleWidthEvent();
this.$timeout(() => {