More jQuery 3 updates.

This commit is contained in:
Aditya Toshniwal
2018-07-10 10:59:53 +01:00
committed by Dave Page
parent d1784137a5
commit 3b862bd70b
6 changed files with 39 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ define([
grid.registerPlugin(_selector);
_selector.onCellRangeSelected.subscribe(handleCellRangeSelected);
_selector.onBeforeCellRangeSelected.subscribe(handleBeforeCellRangeSelected);
$(window.parent).mouseup(handleWindowMouseUp);
$(window.parent).on('mouseup',handleWindowMouseUp);
}
function destroy() {