Adjustment documents structure

This commit is contained in:
zhangqinghe
2015-04-14 09:58:44 +08:00
parent fbd98732c8
commit cbca41a513
8 changed files with 758 additions and 834 deletions

View File

@@ -258,18 +258,6 @@ JPushPlugin.prototype.clearLocalNotifications = function(){
this.call_native("clearLocalNotifications",data,null);
}
}
JPushPlugin.prototype.onResume = function(){
if(device.platform == "Android") {
data=[]
this.call_native("onResume",data,null);
}
}
JPushPlugin.prototype.onPause = function(){
if(device.platform == "Android") {
data=[]
this.call_native("onPause",data,null);
}
}
JPushPlugin.prototype.reportNotificationOpened = function(msgID){
if(device.platform == "Android") {