MCPcopy Create free account
hub / github.com/unconed/TermKit / join

Function join

HTML/external/jquery-ui/development-bundle/external/qunit.js:949–958  ·  view source on GitHub ↗
( pre, arr, post )

Source from the content-addressed store, hash-verified

947 return o + '';
948 };
949 function join( pre, arr, post ) {
950 var s = jsDump.separator(),
951 base = jsDump.indent(),
952 inner = jsDump.indent(1);
953 if ( arr.join )
954 arr = arr.join( ',' + s + inner );
955 if ( !arr )
956 return pre + post;
957 return [ pre, inner + arr, base + post ].join(s);
958 };
959 function array( arr ) {
960 var i = arr.length, ret = Array(i);
961 this.up();

Callers 2

arrayFunction · 0.70
qunit.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected