Finished embeds

This commit is contained in:
hydrabolt
2015-10-29 14:48:39 +00:00
parent cefbcd05af
commit 0938382e51
13 changed files with 146 additions and 28 deletions

View File

@@ -13,6 +13,10 @@ var VideoEmbed = (function (_Embed) {
_classCallCheck(this, VideoEmbed);
_Embed.call(this, data);
this.video = data.video;
//width
//height
//url
}
return VideoEmbed;