Don't fire resume at app startup.

This commit is contained in:
Bryce Curtis 2011-10-31 14:18:32 -05:00
parent 2d690ad014
commit d1ec1f7693

View File

@ -376,9 +376,6 @@ PhoneGap.Channel.join(function() {
prompt("", "gap_init:");
PhoneGap.onDeviceReady.fire();
// Fire the onresume event, since first one happens before JavaScript is loaded
PhoneGap.onResume.fire();
}, PhoneGap.deviceReadyChannelsArray);
}, [ PhoneGap.onDOMContentLoaded, PhoneGap.onNativeReady ]);