[ReactNative] Fix LinkingIOS event listening

This commit is contained in:
Tadeu Zagallo
2015-03-27 13:56:01 -08:00
parent bf4bd4b08e
commit dde70d3d73
+1 -3
View File
@@ -29,9 +29,7 @@ class LinkingIOS {
);
_notifHandlers[handler] = RCTDeviceEventEmitter.addListener(
DEVICE_NOTIF_EVENT,
(notifData) => {
handler(new LinkingIOS(notifData));
}
handler
);
}