fix changes

This commit is contained in:
Murod Khaydarov 2017-11-25 16:04:27 +03:00
commit 25329da50b
6 changed files with 330 additions and 107 deletions

View file

@ -60,6 +60,10 @@
class Quote {
static prepare() {
return Promise.resolve();
}
render() {
console.log("Quote rendering");
}
@ -70,7 +74,6 @@
}
console.log("This is Quote", Quote);
codex = {};
codex.editor = 1;
var editor = new CodexEditor({