tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

rneedsContext.js (128B)


      1 define( [
      2 	"../../core",
      3 	"../../selector"
      4 ], function( jQuery ) {
      5 	"use strict";
      6 
      7 	return jQuery.expr.match.needsContext;
      8 } );