(t, e)
| 2333 | J = V.options.resolve, |
| 2334 | Q = ["push", "pop", "shift", "splice", "unshift"]; |
| 2335 | function tt(t, e) { |
| 2336 | var n = t._chartjs; |
| 2337 | if (n) { |
| 2338 | var i = n.listeners, |
| 2339 | a = i.indexOf(e); |
| 2340 | -1 !== a && i.splice(a, 1), |
| 2341 | i.length > 0 || |
| 2342 | (Q.forEach(function (e) { |
| 2343 | delete t[e]; |
| 2344 | }), |
| 2345 | delete t._chartjs); |
| 2346 | } |
| 2347 | } |
| 2348 | var et = function (t, e) { |
| 2349 | this.initialize(t, e); |
| 2350 | }; |