Skip to content

Commit

Permalink
GITHUB-11995: Fixes invalid Jquery generic type (#11995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Apr 29, 2020
1 parent f11e7d8 commit f397ada
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 415 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-3.2.md
@@ -1,5 +1,8 @@
# 3.2.x

## Bug fixes
- GITHUB-11995: Fixes invalid Jquery generic type (#11995)

# 3.2.51 (2020-04-28)

## Bug fixes
Expand Down
Expand Up @@ -22,7 +22,7 @@ interface GridFilter {

class FiltersColumn extends BaseView {
public defaultFilters: GridFilter[] = [];
public filterList: JQuery<HTMLElement>;
public filterList: JQuery<Element>;
public gridCollection: any;
public ignoredFilters: string[];
public loadedFilters: GridFilter[] = [];
Expand Down

0 comments on commit f397ada

Please sign in to comment.