fix default theme
This commit is contained in:
parent
b06c2f9a76
commit
8d87f4afb2
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.setTheme = function(theme) {
|
||||
var _self = this;
|
||||
if (!theme || typeof theme == "string") {
|
||||
theme = theme || "ace/theme/TextMate";
|
||||
theme = theme || "ace/theme/textmate";
|
||||
require([theme], function(theme) {
|
||||
afterLoad(theme);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue