Sign in
appsheet-third-party
/
jquery
/
refs/heads/main
/
.
/
src
/
traversing
/
var
/
rneedsContext.js
blob: d0663cee8a2bcae2c0f19bc751fab82c5ac23b52 [
file
] [
log
] [
blame
] [
edit
]
define
(
[
"../../core"
,
"../../selector"
],
function
(
jQuery
)
{
"use strict"
;
return
jQuery
.
expr
.
match
.
needsContext
;
}
);