From 9887579b61972647f1478e64c5d7987f9d9cb039 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Fri, 10 May 2024 14:45:59 +0200 Subject: All: Stop relying on jquery-patch.js internally, add tests Avoid relying on jQuery patches. Instead: * use `CSS.escape` instead of `jQuery.escapeSelector` * use `.filter()` with a proper handler instead of `.even()` Keep `jquery-patch.js` for backwards compatibility, though. Also, add tests for jquery-patch. Ref gh-2249 --- build/tasks/testswarm.js | 1 + 1 file changed, 1 insertion(+) (limited to 'build/tasks/testswarm.js') diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 1f5bb81b2..8ab2b7643 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -35,6 +35,7 @@ var versions = { "Droppable": "droppable/droppable.html", "Effects": "effects/effects.html", "Form Reset Mixin": "form-reset-mixin/form-reset-mixin.html", + "jQuery Patch": "jquery-patch/jquery-patch.html", "Menu": "menu/menu.html", "Position": "position/position.html", "Progressbar": "progressbar/progressbar.html", -- cgit v1.2.3