MCPcopy
hub / github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS / arrayify

Function arrayify

stack/presentation/lib/impress.js:61–63  ·  view source on GitHub ↗
( a )

Source from the content-addressed store, hash-verified

59 // `arrayify` takes an array-like object and turns it into real Array
60 // to make all the Array.prototype goodness available.
61 var arrayify = function( a ) {
62 return [].slice.call( a );
63 };
64
65 // `css` function applies the styles given in `props` object to the element
66 // given as `el`. It runs all property names through `pfx` function to make

Callers 2

$$Function · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected