|
@ -277,7 +277,11 @@ define(["require","jcl"],function(require,Wade) {
|
277
|
277
|
},setCallbackForPushWithYunba:function(callback){
|
278
|
278
|
execute("setCallbackForPushWithYunba", [callback]);
|
279
|
279
|
},registerForPushWithJpush:function(account, err){
|
280
|
|
execute("registerForPushWithJpush", [account], err);
|
|
280
|
if(account==undefined){
|
|
281
|
execute("registerForPushWithJpush", [], err);
|
|
282
|
} else {
|
|
283
|
execute("registerForPushWithJpush", [account], err);
|
|
284
|
}
|
281
|
285
|
},unregisterForPushWithJpush:function(){
|
282
|
286
|
execute("unregisterForPushWithJpush", []);
|
283
|
287
|
},setJpushAlias:function(alias, err){
|