Leon 57d85f1c3e Fixing Syntax Error "errorMessage" is read-only
Summary:
Changed const to let, to dodge the following issue:

> "errorMessage" is read-only
>   203 |         const errorMessage = `Callback with id ${cbID}: ${module}.${method}() not found`;
>   204 |         if (method) {
> > 205 |           errorMessage = `The callback ${method}() exists in module ${module}, `
>       |           ^
>   206 |           + `but only one callback may be registered to a function in a native module.`;
>   207 |         }
Closes https://github.com/facebook/react-native/pull/8347

Differential Revision: D3475525

Pulled By: javache

fbshipit-source-id: e03b3b3411606e6798dc42c785f847c2eda03b0c
2016-06-23 03:13:28 -07:00
..
2016-06-14 05:14:01 -07:00
2016-06-08 00:13:30 -07:00
2016-05-16 03:58:23 -07:00
2016-06-22 04:28:44 -07:00
2016-06-16 14:44:18 -07:00
2016-06-13 14:28:25 -07:00
2016-06-16 19:13:23 -07:00