Update jquery (#532)

* vbump jquery to 3.1.0 (supported by slickgrid)

* updated typings

* update libraries to work
This commit is contained in:
Anthony Dresser
2018-01-23 12:44:06 -08:00
committed by GitHub
parent 0c14c3cc7f
commit e432884e25
5 changed files with 4476 additions and 3617 deletions

View File

@@ -32,7 +32,7 @@ export class AutoColumnSize<T> implements Slick.Plugin<T> {
this._$container.off();
}
private reSizeColumn(e: Event) {
private reSizeColumn(e: JQuery.Event<HTMLElement, string>) {
let headerEl = $(e.currentTarget).closest('.slick-header-column');
let columnDef = headerEl.data('column');