MCPcopy
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
847function extend(a, b) {
848 for ( var prop in b ) {
849 a[prop] = b[prop];
850 }
851
852 return a;
853}
854
855function addEvent(elem, type, fn) {
856 if ( elem.addEventListener ) {

Callers 1

qunit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected