MCPcopy Index your code
hub / github.com/plotly/plotly.js / toPlainArray

Function toPlainArray

test/jasmine/tests/splom_test.js:1088–1090  ·  view source on GitHub ↗
(typedArray)

Source from the content-addressed store, hash-verified

1086 }
1087
1088 function toPlainArray(typedArray) {
1089 return Array.prototype.slice.call(typedArray);
1090 }
1091
1092 it('@gl should trigger minimal sequence for axis range updates (large splom case)', function(done) {
1093 var fig = Lib.extendDeep({}, require('../../image/mocks/splom_large.json'));

Callers 1

splom_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…