This commit is contained in:
yqbk
2016-07-25 16:05:13 +02:00
parent b11c319e7c
commit f43b4acf74
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,5 @@
var editor = new Markdown.Editor( converter ); var editor = new Markdown.Editor( converter );
editor.run(); editor.run();
}; };
})(); })();