removed defug

This commit is contained in:
arzynik 2014-10-02 11:13:08 -07:00
parent f650ce2da3
commit 902c8b8778

View File

@ -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