1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-28 12:52:49 +02:00

merge eslint

This commit is contained in:
koalyptus 2019-02-16 20:23:52 +11:00
commit 131280c1a3
3 changed files with 345 additions and 359 deletions

700
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -50,7 +50,7 @@
"diacritics": "1.3.0",
"esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0",
"eslint": "5.0.1",
"eslint": "5.14.0",
"format-number": "3.0.0",
"grunt": "^1.0.1",
"grunt-cli": "1.3.2",

View file

@ -945,7 +945,7 @@ export class TableFilter {
*/
this.ExtRegistry = {};
// instantiate toolbar ui component as other components depend on it
// instantiate features if needed
this.instantiateFeatures(FEATURES);
}