modify,new features

This commit is contained in:
Lincoln
2013-10-28 09:17:28 +08:00
parent 134d721aaf
commit d0997bed2e
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ JPushPlugin.prototype.pushCallback = function (data) {
}
JPushPlugin.prototype.getIncoming = function (callback) {
this.call_native(callback, "getIncoming");
JPushPlugin.prototype.getNotification = function (callback) {
this.call_native(callback, "getNotification");
}
JPushPlugin.prototype.setBasicPushNotificationBuilder = function(callback){