Typo in NativeMethodsMixin.js
Summary:Fixed a typo in NativeMethodsMixin.js Before: ![before](https://cloud.githubusercontent.com/assets/6805530/13948549/a429c224-f046-11e5-903f-a04bd9eaa1b3.png) After: ![after](https://cloud.githubusercontent.com/assets/6805530/13948555/a9ba505a-f046-11e5-84fa-87f236aca486.png) Closes https://github.com/facebook/react-native/pull/6583 Differential Revision: D3081509 Pulled By: javache fb-gh-sync-id: 016febb449ac61870a161673120f706c6c7992ed shipit-source-id: 016febb449ac61870a161673120f706c6c7992ed
This commit is contained in:
parent
720c76f94d
commit
777983c05b
|
@ -94,7 +94,7 @@ var NativeMethodsMixin = {
|
||||||
* Determines the location of the given view in the window and returns the
|
* Determines the location of the given view in the window and returns the
|
||||||
* values via an async callback. If the React root view is embedded in
|
* values via an async callback. If the React root view is embedded in
|
||||||
* another native view, this will give you the absolute coordinates. If
|
* another native view, this will give you the absolute coordinates. If
|
||||||
* successful, the callback will be called be called with the following
|
* successful, the callback will be called with the following
|
||||||
* arguments:
|
* arguments:
|
||||||
*
|
*
|
||||||
* - x
|
* - x
|
||||||
|
|
Loading…
Reference in New Issue