rneedsContext.js 110 Bytes
define([
	"../../core",
	"../../selector"
], function( jQuery ) {
	return jQuery.expr.match.needsContext;
});