Files
icehrm/web/bower_components/jquery/src/traversing/var/rneedsContext.js
2018-05-21 00:23:56 +02:00

9 lines
128 B
JavaScript

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