MCPcopy
hub / github.com/onokumus/metismenu / callback

Function callback

src/metisMenu.js:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 called = true;
37 });
38 var callback = function() {
39 if (!called) {
40 $($el).trigger($transition.end);
41 }
42 };
43 setTimeout(callback, duration);
44 return this;
45 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected