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

@@ -3,6 +3,10 @@ var Embed = require("./Embed.js");
class VideoEmbed extends Embed{
constructor(data){
super(data);
this.video = data.video;
//width
//height
//url
}
}