[ReactNative] Fix LinkingIOS event listening

This commit is contained in:
Tadeu Zagallo 2015-03-27 14:02:53 -07:00
parent bf4bd4b08e
commit dde70d3d73
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,7 @@ class LinkingIOS {
);
_notifHandlers[handler] = RCTDeviceEventEmitter.addListener(
DEVICE_NOTIF_EVENT,
(notifData) => {
handler(new LinkingIOS(notifData));
}
handler
);
}