Summary:
I can't guess the point. Just simply removed this typo.
Closes https://github.com/facebook/react-native/pull/4943

Reviewed By: svcscm

Differential Revision: D2786863

Pulled By: bestander

fb-gh-sync-id: 0f36f796cae23bacb86ffe224b6b05915e228f47
This commit is contained in:
sunnylqm 2016-01-06 10:32:13 -08:00 коммит произвёл facebook-github-bot-9
Родитель 33e05a11f0
Коммит 7b63b225a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -577,7 +577,7 @@ class AnimatedValue extends AnimatedWithChildren {
/**
* Adds an asynchronous listener to the value so you can observe updates from
* animations or whathaveyou. This is useful because there is no way to
* animations. This is useful because there is no way to
* synchronously read the value because it might be driven natively.
*/
addListener(callback: ValueListenerCallback): string {