MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / isArray

Function isArray

src/openlayers/mapping/webmap/Util.js:174–176  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

172}
173
174function isArray(obj) {
175 return Object.prototype.toString.call(obj) === '[object Array]';
176}

Callers 1

getFeaturePropertiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected