main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
416 bytes
|
Line | |
---|
1 | export default function _extends() {
|
---|
2 | _extends = Object.assign ? Object.assign.bind() : function (target) {
|
---|
3 | for (var i = 1; i < arguments.length; i++) {
|
---|
4 | var source = arguments[i];
|
---|
5 | for (var key in source) {
|
---|
6 | if (Object.prototype.hasOwnProperty.call(source, key)) {
|
---|
7 | target[key] = source[key];
|
---|
8 | }
|
---|
9 | }
|
---|
10 | }
|
---|
11 | return target;
|
---|
12 | };
|
---|
13 | return _extends.apply(this, arguments);
|
---|
14 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.