Skip to content

Commit

Permalink
fix: Inconsistent with code (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tboevil authored and jhchen committed Apr 16, 2019
1 parent dc806d6 commit a7ca4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/cloning-medium-with-parchment.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Additionally we will add support for widths and heights, as unregistered formats
class VideoBlot extends BlockEmbed {
static create(url) {
let node = super.create();

node.setAttribute('src', url);
// Set non-format related attributes with static values
node.setAttribute('frameborder', '0');
node.setAttribute('allowfullscreen', true);
Expand Down

0 comments on commit a7ca4aa

Please sign in to comment.