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

Function makeArray

HTML/external/jquery-ui/development-bundle/jquery-1.5.1.js:4148–4157  ·  view source on GitHub ↗
( array, results )

Source from the content-addressed store, hash-verified

4146}
4147
4148var makeArray = function( array, results ) {
4149 array = Array.prototype.slice.call( array, 0 );
4150
4151 if ( results ) {
4152 results.push.apply( results, array );
4153 return results;
4154 }
4155
4156 return array;
4157};
4158
4159// Perform a simple check to determine if the browser is capable of
4160// converting a NodeList to an array using builtin methods.

Callers 2

SizzleFunction · 0.70
jquery-1.5.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected