From 8d24cb46775875a8846039f4ed1d1b71901e531a Mon Sep 17 00:00:00 2001 From: Chace Liang Date: Thu, 14 Jul 2016 00:12:25 -0700 Subject: [PATCH] Update deprecated comment in PushNotificationIOS Reviewed By: fkgozali Differential Revision: D3555589 fbshipit-source-id: 56e5cfa5e5b21e9d8badfda36dd7d79bccac2fd2 --- Libraries/PushNotificationIOS/PushNotificationIOS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/PushNotificationIOS/PushNotificationIOS.js b/Libraries/PushNotificationIOS/PushNotificationIOS.js index fbdacccf2..83d8928ec 100644 --- a/Libraries/PushNotificationIOS/PushNotificationIOS.js +++ b/Libraries/PushNotificationIOS/PushNotificationIOS.js @@ -296,7 +296,7 @@ class PushNotificationIOS { /** * You will never need to instantiate `PushNotificationIOS` yourself. * Listening to the `notification` event and invoking - * `popInitialNotification` is sufficient + * `getInitialNotification` is sufficient */ constructor(nativeNotif: Object) { this._data = {};