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
 {