forked from github/cordova-android
Was there a reason we had some code duplication?
This commit is contained in:
parent
f0cd97de72
commit
92b838e07a
@ -203,19 +203,6 @@ document.addEventListener = function(evt, handler, capture) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Intercept calls to document.addEventListener and watch for deviceready
|
|
||||||
PhoneGap._document_addEventListener = document.addEventListener;
|
|
||||||
|
|
||||||
document.addEventListener = function(evt, handler, capture) {
|
|
||||||
if (evt.toLowerCase() == 'deviceready') {
|
|
||||||
PhoneGap.onDeviceReady.subscribeOnce(handler);
|
|
||||||
} else {
|
|
||||||
PhoneGap._document_addEventListener.call(document, evt, handler);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PhoneGap.callbackId = 0;
|
PhoneGap.callbackId = 0;
|
||||||
PhoneGap.callbacks = {};
|
PhoneGap.callbacks = {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user