index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
var
/
concat.js
blob: e47c19d753801f93c3ad6609044e4c1f34a2fe15 (
plain
)
1
2
3
4
5
6
7
define
(
[
"./arr"
],
function
(
arr
)
{
"use strict"
;
return
arr
.
concat
;
}
);