MCPcopy Create free account
hub / github.com/JacksonTian/fks / callback

Function callback

fks_chart/bower_components/angular/angular.js:19258–19260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19256 return function ngEventHandler(scope, element) {
19257 element.on(eventName, function(event) {
19258 var callback = function() {
19259 fn(scope, {$event:event});
19260 };
19261 if (forceAsyncEvents[eventName] && $rootScope.$$phase) {
19262 scope.$evalAsync(callback);
19263 } else {

Callers 14

d3_selection_eachFunction · 0.85
d3_xhrFunction · 0.85
d3_xhr_fixCallbackFunction · 0.85
BrowserFunction · 0.85
completeRequestFunction · 0.85
jsonpReqFunction · 0.85
refFunction · 0.85
markedFunction · 0.85
doneFunction · 0.85
core.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected