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