mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
[Cosmetic] Fixing comment typo
Summary: Closes https://github.com/facebook/react-native/pull/780 Github Author: Klein Lieu <klieu@constantcontact.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
1c82de4db2
commit
b243236404
@ -22,6 +22,6 @@ var GLOBAL = this;
|
||||
*
|
||||
* However, we still want to treat ErrorUtils as a module so that other modules
|
||||
* that use it aren't just using a global variable, so simply export the global
|
||||
* variable here. ErrorUtils is original defined in a file named error-guard.js.
|
||||
* variable here. ErrorUtils is originally defined in a file named error-guard.js.
|
||||
*/
|
||||
module.exports = GLOBAL.ErrorUtils;
|
||||
|
Loading…
x
Reference in New Issue
Block a user