More work on Split. Update the demo UI on changes
This commit is contained in:
parent
0ddbfa66ef
commit
c38ddf3245
7 changed files with 210 additions and 18 deletions
|
|
@ -217,6 +217,10 @@ var Editor =function(renderer, session) {
|
|||
this.renderer.setTheme(theme);
|
||||
};
|
||||
|
||||
this.getTheme = function() {
|
||||
this.renderer.getTheme();
|
||||
}
|
||||
|
||||
this.setStyle = function(style) {
|
||||
this.renderer.setStyle(style)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue