aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/jquery/src/traversing/var/rneedsContext.js
blob: d0663cee8a2bcae2c0f19bc751fab82c5ac23b52 (plain) (blame)
1
2
3
4
5
6
7
8
define( [
	"../../core",
	"../../selector"
], function( jQuery ) {
	"use strict";

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