Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed comment style
  • Loading branch information
notnownikki committed Jun 2, 2017
commit 58acca1bf0a9dded9b7648a1a1e5541688a86f61
11 changes: 5 additions & 6 deletions components/html-embed/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/***
* When embedding HTML from the WP oEmbed proxy, we need to insert it
* into a div and make sure any scripts get run. This component takes
* HTML and puts it into a div element, and creates and adds new script
* elements so all scripts get run as expected.
*/
// When embedding HTML from the WP oEmbed proxy, we need to insert it
// into a div and make sure any scripts get run. This component takes
// HTML and puts it into a div element, and creates and adds new script
// elements so all scripts get run as expected.

export default class HtmlEmbed extends wp.element.Component {

componentDidMount() {
Expand Down