Blame view

bower_components/jquery/src/traversing/var/rneedsContext.js 110 Bytes
c5169e0e   Renato De Donato   a new hope
1
  define([
74249687   Luigi Serra   Cross browser con...
2
3
4
5
  	"../../core",
  	"../../selector"
  ], function( jQuery ) {
  	return jQuery.expr.match.needsContext;
c5169e0e   Renato De Donato   a new hope
6
  });