Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rneedsContext.js « var « traversing « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f57fd9de2f759e70336a3c00333b67863e55c0c9 (plain)
1
2
3
4
5
6
define( [
	"../../core",
	"../../selector"
], function( jQuery ) {
	return jQuery.expr.match.needsContext;
} );