initialize font size
This commit is contained in:
parent
a3274f4e11
commit
a6a7ace10d
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ var Split = function(container, theme, splits) {
|
|||
this.$editors.forEach(callback, scope);
|
||||
};
|
||||
|
||||
this.$fontSize = "";
|
||||
this.setFontSize = function(size) {
|
||||
this.$fontSize = size;
|
||||
this.forEach(function(editor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue