mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
javascript...
This commit is contained in:
parent
2d0cbdf1a8
commit
537a6e50e9
|
@ -5,8 +5,8 @@ if (!window.console || !console.log)
|
||||||
"log": function (msg) { }
|
"log": function (msg) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!Object.prototype.assign)
|
if (!Object.assign)
|
||||||
Object.prototype.assign = function (a, b) {
|
Object.assign = function (a, b) {
|
||||||
for (var k in b)
|
for (var k in b)
|
||||||
a[k] = b[k];
|
a[k] = b[k];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue