From d8aa8e71b0e015a2bcdd33a66f18892e0129b704 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 23 Jul 2012 14:51:55 -0400 Subject: [PATCH] Sizzle: fix issue with adjusting the context on relative combinators in element-rooted qSA --- src/sizzle | 2 +- test/unit/event.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sizzle b/src/sizzle index 6e524a591..deb73a18e 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit 6e524a5915a8a5dda1969898749c81d0fae64e6e +Subproject commit deb73a18e2e80d8e1a482f1d557b5e8eab545213 diff --git a/test/unit/event.js b/test/unit/event.js index dacb03355..ecaddf3a4 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -2344,7 +2344,7 @@ test("jQuery.off using dispatched jQuery.Event", function() { test( "delegated event with delegateTarget-relative selector", function() { expect(2); - var markup = jQuery( '' ).appendTo("body"); + var markup = jQuery("").appendTo("#qunit-fixture"); markup .on( "click", ">li>a", function() { -- 2.39.5