summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/jquery/src/traversing/var/rneedsContext.js
blob: d0663cee8a2bcae2c0f19bc751fab82c5ac23b52 (plain)
1
2
3
4
5
6
7
8
define( [
	"../../core",
	"../../selector"
], function( jQuery ) {
	"use strict";

	return jQuery.expr.match.needsContext;
} );