Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BorisMoore/jquery-tmpl
/ extend
Function
extend
tests/qunit.js:847–853 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
845
}
846
847
function
extend(a, b) {
848
for
(
var
prop in b ) {
849
a[prop] = b[prop];
850
}
851
852
return
a;
853
}
854
855
function
addEvent(elem,
type
, fn) {
856
if
( elem.addEventListener ) {
Callers
1
qunit.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected