MCPcopy Index your code
hub / github.com/codecombat/codecombat / extend

Function extend

app/assets/javascripts/boot.js:171–174  ·  view source on GitHub ↗

* Helper function for readability above.

(destination, source)

Source from the content-addressed store, hash-verified

169 * Helper function for readability above.
170 */
171 function extend(destination, source) {
172 for (var property in source) destination[property] = source[property];
173 return destination;
174 }
175
176}());

Callers 1

boot.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected