MCPcopy Create free account
hub / github.com/LearnBoost/drawback / makeArray

Function makeArray

plugins/flot/jquery.js:2058–2067  ·  view source on GitHub ↗
(array, results)

Source from the content-addressed store, hash-verified

2056}
2057
2058var makeArray = function(array, results) {
2059 array = Array.prototype.slice.call( array );
2060
2061 if ( results ) {
2062 results.push.apply( results, array );
2063 return results;
2064 }
2065
2066 return array;
2067};
2068
2069// Perform a simple check to determine if the browser is capable of
2070// converting a NodeList to an array using builtin methods.

Callers 2

SizzleFunction · 0.70
jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected