mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
Fix comment
This commit is contained in:
parent
8f52d8bf87
commit
91078bfdd9
@ -93,7 +93,8 @@ let Video = React.createClass({
|
|||||||
/**
|
/**
|
||||||
* The solution here is a bit convoluted.
|
* The solution here is a bit convoluted.
|
||||||
* ReactJS is responsible for DOM manipulation but VideoJS updates the DOM
|
* 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:
|
* What we do is the following:
|
||||||
* 1) set `state.ready = false`
|
* 1) set `state.ready = false`
|
||||||
|
Loading…
Reference in New Issue
Block a user