delete callback not used

This commit is contained in:
zhangqinghe
2014-07-24 16:41:42 +08:00
parent 8e0fee7276
commit 992246235d
3 changed files with 5 additions and 18 deletions
-7
View File
@@ -128,13 +128,6 @@ JPushPlugin.prototype.openNotificationInAndroidCallback = function(data){
}
//android single
JPushPlugin.prototype.getNotification = function (callback) {
if(device.platform == "Android") {
data=[];
this.call_native("getNotification",data,callback);
}
}
JPushPlugin.prototype.setBasicPushNotificationBuilder = function(){
if(device.platform == "Android") {
data=[]