MCPcopy Create free account
hub / github.com/culvertsoft/mgen / extend

Function extend

mgen-javascriptlib/src/main/javascript/mgen-lib.js:537–542  ·  view source on GitHub ↗
(options, settings)

Source from the content-addressed store, hash-verified

535 }
536
537 function extend(options, settings) {
538 for (var field in settings) {
539 if (!settings.hasOwnProperty(field)) continue;
540 options[field] = (typeof options[field] === "undefined") ? settings[field] : options[field];
541 }
542 }
543 },
544
545 jsonHandler: function(ClassRegistry) {

Callers 2

mgen-lib.jsFile · 0.85
createClassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected