Started rewrite

This commit is contained in:
hydrabolt
2015-10-31 15:25:59 +00:00
parent 3a04a15066
commit beab032811
31 changed files with 483 additions and 164 deletions

View File

@@ -1,9 +0,0 @@
"use strict";
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Embed = function Embed(data) {
_classCallCheck(this, Embed);
};
module.exports = Embed;