MCPcopy
hub / github.com/moxiecode/plupload / isArray

Function isArray

tests/js/require.js:47–49  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

45 }
46
47 function isArray(it) {
48 return ostring.call(it) === '[object Array]';
49 }
50
51 /**
52 * Helper function for iterating over an array. If the func returns

Callers 4

mixinFunction · 0.85
hasPathFallbackFunction · 0.85
newContextFunction · 0.85
require.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected