mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
19 lines
428 B
JavaScript
19 lines
428 B
JavaScript
"use strict";
|
|
|
|
var _Object$assign = require("babel-runtime/core-js/object/assign")["default"];
|
|
|
|
exports["default"] = _Object$assign || function (target) {
|
|
for (var i = 1; i < arguments.length; i++) {
|
|
var source = arguments[i];
|
|
|
|
for (var key in source) {
|
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
target[key] = source[key];
|
|
}
|
|
}
|
|
}
|
|
|
|
return target;
|
|
};
|
|
|
|
exports.__esModule = true; |