sp-magic.de/bower_components/jquery/src/traversing/var/rneedsContext.js
2016-11-23 00:12:51 +01:00

9 lines
128 B
JavaScript

define( [
"../../core",
"../../selector"
], function( jQuery ) {
"use strict";
return jQuery.expr.match.needsContext;
} );