MCPcopy Index your code
hub / github.com/codemistic/Web-Development / tt

Function tt

chart/js/chart.js:2335–2347  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

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 };

Callers 1

chart.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected