MCPcopy
hub / github.com/plotly/plotly.js / extendOpts

Function extendOpts

test/jasmine/assets/drag.js:88–94  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

86 }
87
88 function extendOpts(patch) {
89 var out = {};
90 var k;
91 for(k in opts) out[k] = opts[k];
92 for(k in patch) out[k] = patch[k];
93 return out;
94 }
95
96 var dragCoverNode;
97

Callers 2

startFunction · 0.85
endFunction · 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…