MCPcopy
hub / github.com/dropzone/dropzone / callback

Function callback

test/test.js:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 it(".on() should properly register listeners", function () {
29 (emitter._callbacks === undefined).should.be.true;
30 let callback = function () {};
31 let callback2 = function () {};
32 emitter.on("test", callback);
33 emitter.on("test", callback2);

Callers 7

test.jsFile · 0.85
resizeImageMethod · 0.85
createThumbnailMethod · 0.85
displayExistingFileMethod · 0.85
onDoneMethod · 0.85
loadExifMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…