removed defug
This commit is contained in:
parent
f650ce2da3
commit
902c8b8778
@ -1109,7 +1109,6 @@ App.setNotificationBarStatus = function( status ){
|
||||
App.phoneGapListener = {
|
||||
init : function(){
|
||||
if( App.isPhoneGap ){
|
||||
alert('init');
|
||||
document.addEventListener( 'deviceready', App.phoneGapListener.deviceready , false );
|
||||
document.addEventListener( 'pause', App.phoneGapListener.pause , false );
|
||||
document.addEventListener( 'resume', App.phoneGapListener.resume , false );
|
||||
@ -1124,13 +1123,11 @@ App.phoneGapListener = {
|
||||
// deviceready
|
||||
},
|
||||
resume : function(){
|
||||
alert('resume');
|
||||
dateTime.restart();
|
||||
App.rootScope.$broadcast( 'appResume', false );
|
||||
},
|
||||
pause : function(){
|
||||
// pause
|
||||
App.rootScope.$broadcast( 'appPause', false );
|
||||
},
|
||||
online : function(){
|
||||
// online
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user