Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
98
function
addContainer() {
99
var
container = document.createElement(
'div'
);
100
101
kineticContainer.appendChild(container);
102
103
return
container;
104
}
105
106
function
showCanvas(canvas) {
107
canvas.style.position =
'relative'
;
Callers
1
Node-test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected