mirror of
https://github.com/9001/copyparty.git
synced 2026-03-17 21:53:18 +10:00
javascript...
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user