mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'soon' into absolute-paths
This commit is contained in:
commit
2e4655e29c
@ -36,6 +36,7 @@
|
||||
};
|
||||
|
||||
Util.clone = function (o) {
|
||||
if (o === undefined || o === null) { return o; }
|
||||
return JSON.parse(JSON.stringify(o));
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user