MCPcopy Create free account
hub / github.com/keepfool/vue-tutorials / merge

Function merge

06.Router/basic/js/vue-resource.js:355–364  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

353 var assign = Object.assign || _assign;
354
355 function merge(target) {
356
357 var args = array.slice.call(arguments, 1);
358
359 args.forEach(function (source) {
360 _merge(target, source, true);
361 });
362
363 return target;
364 }
365
366 function defaults(target) {
367

Callers 3

optionsFunction · 0.70
UrlFunction · 0.70
ResourceFunction · 0.70

Calls 1

_mergeFunction · 0.70

Tested by

no test coverage detected