MCPcopy Index your code
hub / github.com/Justineo/github-hovercard / finishCallbacks

Function finishCallbacks

extensions/firefox/tooltipster.js:256–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254 self.timerClose = null;
255
256 var finishCallbacks = function() {
257
258 // trigger any close method custom callbacks and reset them
259 $.each(self.callbacks.close, function(i,c) {
260 c.call(self, self, {
261 event: event,
262 origin: self.$el[0]
263 });
264 });
265
266 self.callbacks.close = [];
267 };
268
269 // close
270 if (self.State == 'stable' || self.State == 'appearing') {

Callers 2

finishFunction · 0.70
tooltipster.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected