This commit is contained in:
Christopher Dro 2015-05-30 14:47:24 -07:00
Родитель 5918be2325
Коммит 47e56d778a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -71,4 +71,5 @@ var Component = React.createClass({
});
```
We strongly discourage using bare timers and always recommend using this mixin. This will eliminate a lot of hard work tracking down bugs.
We strongly discourage using `setTimeout(...)` and recommend using `this.setTimeout(...)`.
This will eliminate a lot of hard work tracking down bugs.