(e, t)
| 496 | * (c) 2017-2021 Joachim Wester |
| 497 | * MIT license |
| 498 | */ function S(e, t) { |
| 499 | void 0 === t && (t = !1); |
| 500 | var n = $.get(e.object); |
| 501 | (C(n.value, e.object, e.patches, "", t), |
| 502 | e.patches.length && A(n.value, e.patches)); |
| 503 | var r = e.patches; |
| 504 | return (r.length > 0 && ((e.patches = []), e.callback && e.callback(r)), r); |
| 505 | } |
| 506 | function C(e, t, n, r, i) { |
| 507 | if (t !== e) { |
| 508 | "function" == typeof t.toJSON && (t = t.toJSON()); |
no test coverage detected