Sebastián Katzer 11 年 前
コミット
998ea0de83
1 ファイル変更1 行追加7 行削除
  1. 1 7
      src/ios/APPLocalNotification.m

+ 1 - 7
src/ios/APPLocalNotification.m

@@ -331,13 +331,9 @@
     [self cancelLocalNotification:forerunner];
 }
 
-
 /**
  * Cancels all local notification with are older then
  * a specific amount of seconds
- *
- * @param {float} seconds
- *      The time interval in seconds
  */
 - (void) cancelAllNotificationsWhichAreOlderThen:(float)seconds
 {
@@ -422,9 +418,7 @@
 #pragma mark Life Cycle
 
 /**
- * Registers obervers for the following events after plugin was initialized.
- *      didReceiveLocalNotification:
- *      didFinishLaunchingWithOptions:
+ * Registers obervers after plugin was initialized.
  */
 - (void) pluginInitialize
 {