fix #2341 do not use ace_editor id for the default style
This commit is contained in:
parent
16b542aea4
commit
4bc34f4eae
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var FontMetrics = require("./layer/font_metrics").FontMetrics;
|
|||
var EventEmitter = require("./lib/event_emitter").EventEmitter;
|
||||
var editorCss = require("./requirejs/text!./css/editor.css");
|
||||
|
||||
dom.importCssString(editorCss, "ace_editor");
|
||||
dom.importCssString(editorCss, "ace_editor.css");
|
||||
|
||||
/**
|
||||
* The class that is responsible for drawing everything you see on the screen!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue