initialize font size

This commit is contained in:
Fabian Jakobs 2011-08-15 12:20:58 +02:00
commit a6a7ace10d

View file

@ -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) {