Blame view

bower_components/jquery/src/traversing/var/rneedsContext.js 112 Bytes
f6e211e4   Administrator   finish work part 1
1
2
3
4
5
6
  define( [
  	"../../core",
  	"../../selector"
  ], function( jQuery ) {
  	return jQuery.expr.match.needsContext;
  } );