9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
|
|
define( [
|
||
|
|
"../../core",
|
||
|
|
"../../selector"
|
||
|
|
], function( jQuery ) {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
return jQuery.expr.match.needsContext;
|
||
|
|
} );
|