More work on Split. Update the demo UI on changes

This commit is contained in:
Julian Viereck 2011-05-20 22:51:16 +02:00
commit c38ddf3245
7 changed files with 210 additions and 18 deletions

View file

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