aboutsummaryrefslogtreecommitdiffstats
path: root/app/bower_components/jquery/src/traversing/var/rneedsContext.js
blob: f57fd9de2f759e70336a3c00333b67863e55c0c9 (plain)
1
2
3
4
5
6
define( [
	"../../core",
	"../../selector"
], function( jQuery ) {
	return jQuery.expr.match.needsContext;
} );