UNPKG
automizy-js
Version:
latest (1.0.0)
1.0.0
Automizy widget collection
developers.automizy.com/automizyjs
automizy-js
/
external
/
jquery
/
src
/
var
/
concat.js
6 lines
(5 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
5
6
define([
"./arr"
],
function
( arr )
{
return
arr.
concat
; });