From a6a7ace10d01ab16e4e5d1bd9fbb47b3049f504a Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 15 Aug 2011 12:20:58 +0200 Subject: [PATCH] initialize font size --- lib/ace/split.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ace/split.js b/lib/ace/split.js index a6745002..1c9cdebe 100644 --- a/lib/ace/split.js +++ b/lib/ace/split.js @@ -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) {