convert Document to exports style
This commit is contained in:
parent
fbcb00e129
commit
1e1374fef0
5 changed files with 8 additions and 6 deletions
|
|
@ -152,7 +152,7 @@ require(
|
|||
Editor,
|
||||
Renderer,
|
||||
theme,
|
||||
Document,
|
||||
docMod,
|
||||
jsMod,
|
||||
cssMod,
|
||||
htmlMod,
|
||||
|
|
@ -162,6 +162,7 @@ require(
|
|||
) {
|
||||
|
||||
var event = eventMod.event;
|
||||
var Document = docMod.Document;
|
||||
var JavaScriptMode = jsMod.JavaScript;
|
||||
var CssMode = cssMod.Css;
|
||||
var HtmlMode = htmlMod.Html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue