mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Lint
This commit is contained in:
parent
65734a9577
commit
715ef7d675
1 changed files with 7 additions and 5 deletions
|
@ -124,7 +124,9 @@ var Intro = React.createClass({
|
|||
isOpen={this.state.videoOpen}
|
||||
onRequestClose={this.closeVideo}
|
||||
frameSettings={frameSettings}>
|
||||
<iframe src="//player.vimeo.com/video/65583694?title=0&byline=0&portrait=0" {...omit(frameSettings, 'padding')} />
|
||||
<iframe
|
||||
src="//player.vimeo.com/video/65583694?title=0&byline=0&portrait=0"
|
||||
{...omit(frameSettings, 'padding')} />
|
||||
</Modal>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue