MCPcopy
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
898function extend(a, b) {
899 for ( var prop in b ) {
900 a[prop] = b[prop];
901 }
902
903 return a;
904}
905
906function addEvent(elem, type, fn) {
907 if ( elem.addEventListener ) {

Callers 1

qunit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected