mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
Update jquery (#532)
* vbump jquery to 3.1.0 (supported by slickgrid) * updated typings * update libraries to work
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user