mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
define( [
|
|
"../../core",
|
|
"../../selector"
|
|
], function( jQuery ) {
|
|
"use strict";
|
|
|
|
return jQuery.expr.match.needsContext;
|
|
} );
|