Skip to content

Commit

Permalink
javascript...
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Nov 22, 2024
1 parent 2d0cbdf commit 537a6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copyparty/web/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit 537a6e5

Please sign in to comment.