MCPcopy Create free account
hub / github.com/BorisMoore/jquery-tmpl / array

Function array

tests/qunit.js:1062–1069  ·  view source on GitHub ↗
( arr )

Source from the content-addressed store, hash-verified

1060 return [ pre, inner + arr, base + post ].join(s);
1061 };
1062 function array( arr ) {
1063 var i = arr.length, ret = Array(i);
1064 this.up();
1065 while ( i-- )
1066 ret[i] = this.parse( arr[i] );
1067 this.down();
1068 return join( '[', ret, ']' );
1069 };
1070
1071 var reName = /^function (\w+)/;
1072

Callers

nothing calls this directly

Calls 1

joinFunction · 0.85

Tested by

no test coverage detected