Commit 998ea0de by Sebastián Katzer

Typo

parent cbe4f5ba
...@@ -331,13 +331,9 @@ ...@@ -331,13 +331,9 @@
[self cancelLocalNotification:forerunner]; [self cancelLocalNotification:forerunner];
} }
/** /**
* Cancels all local notification with are older then * Cancels all local notification with are older then
* a specific amount of seconds * a specific amount of seconds
*
* @param {float} seconds
* The time interval in seconds
*/ */
- (void) cancelAllNotificationsWhichAreOlderThen:(float)seconds - (void) cancelAllNotificationsWhichAreOlderThen:(float)seconds
{ {
...@@ -422,9 +418,7 @@ ...@@ -422,9 +418,7 @@
#pragma mark Life Cycle #pragma mark Life Cycle
/** /**
* Registers obervers for the following events after plugin was initialized. * Registers obervers after plugin was initialized.
* didReceiveLocalNotification:
* didFinishLaunchingWithOptions:
*/ */
- (void) pluginInitialize - (void) pluginInitialize
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment