Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ extend
Function
extend
test/qunit/qunit.js:898–904 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
896
}
897
898
function
extend(a, b) {
899
for
(
var
prop in b ) {
900
a[prop] = b[prop];
901
}
902
903
return
a;
904
}
905
906
function
addEvent(elem,
type
, fn) {
907
if
( elem.addEventListener ) {
Callers
1
qunit.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected