Blame view

dist/bower_components/jquery/src/traversing/var/rneedsContext.js 128 Bytes
4c897d181   Truong LD   remove dist + bow...
1
2
3
4
5
6
7
8
  define( [
  	"../../core",
  	"../../selector"
  ], function( jQuery ) {
  	"use strict";
  
  	return jQuery.expr.match.needsContext;
  } );