convert Document to exports style

This commit is contained in:
Joe Walker 2010-11-17 12:56:20 +00:00
commit 1e1374fef0
5 changed files with 8 additions and 6 deletions

View file

@ -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;