1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

Fix comment

This commit is contained in:
vrde 2015-07-29 18:24:54 +02:00
parent 8f52d8bf87
commit 91078bfdd9

View File

@ -93,7 +93,8 @@ let Video = React.createClass({
/**
* The solution here is a bit convoluted.
* ReactJS is responsible for DOM manipulation but VideoJS updates the DOM
* to instal itself to display the video.
* to install itself to display the video, therefore ReactJS complains that we are
* changing the DOM under its feet.
*
* What we do is the following:
* 1) set `state.ready = false`