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