MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / fail

Function fail

src/classic/resource/Android/phonegap/cordova-2.7.0.js:3862–3865  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3860 successCallback(a);
3861 };
3862 var fail = function(e) {
3863 removeListeners(p);
3864 errorCallback && errorCallback(e);
3865 };
3866
3867 p = createCallbackPair(win, fail);
3868 listeners.push(p);

Callers 3

cordova-2.7.0.jsFile · 0.85
successFunction · 0.85
requestFileSystemFunction · 0.85

Calls 2

removeListenersFunction · 0.85
errorCallbackFunction · 0.85

Tested by

no test coverage detected