fix spellcheck

This commit is contained in:
Eugenio Romano 2019-03-04 19:48:02 +00:00
parent cc1accff28
commit bf09b6b25b

View File

@ -75,6 +75,7 @@ export class DataTableComponent {
this.reset();
}
/* spellchecker: disable */
reset() {
this.data = new FilteredDataAdapter(
[
@ -123,6 +124,7 @@ export class DataTableComponent {
this.data.setSorting(new DataSorting('id', 'asc'));
}
/* spellchecker: enable */
addRow() {
const id = this.data.getRows().length + 1;