1
define( [
2 3 4
"../../core", "../../selector" ], function( jQuery ) {
5
"use strict";
6
return jQuery.expr.match.needsContext;
7
} );