diff --git a/example/index.html b/example/index.html index b6dfac0..8702919 100644 --- a/example/index.html +++ b/example/index.html @@ -40,7 +40,6 @@ window.plugins.jPushPlugin.getRegistrationID(onGetRegistradionID); //test android interface - //window.plugins.jPushPlugin.getNotification(onNotification); //window.plugins.jPushPlugin.stopPush() //window.plugins.jPushPlugin.resumePush(); //window.plugins.jPushPlugin.clearAllNoticication(); @@ -48,7 +47,7 @@ //window.plugins.jPushPlugin.stopPush(); //window.plugins.jPushPlugin.isPushStopped(onIsPushStopped); //window.plugins.jPushPlugin.init(); - //window.plugins.jPushPlugin.setDebugable(true); + //window.plugins.jPushPlugin.setDebugMode(true); //window.plugins.jPushPlugin.startLogPageView("mianPage"); $("#setTagWithAliasButton").click(function(ev) { @@ -87,11 +86,6 @@