MCPcopy Index your code
hub / github.com/ericdrowell/KineticJS / addContainer

Function addContainer

test/runner.js:98–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98function addContainer() {
99 var container = document.createElement('div');
100
101 kineticContainer.appendChild(container);
102
103 return container;
104}
105
106function showCanvas(canvas) {
107 canvas.style.position = 'relative';

Callers 1

Node-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected