Skip to content

Commit b996f80

Browse files
committed
Updated to add statusPanel variable
1 parent 3718238 commit b996f80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/js/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));
285285

286286
var statusBarTemplate = null;
287287
var statusBar = null;
288+
var statusPanel = null;
288289
var statusCursor = null;
289290
var statusFile = null;
290291
var statusIndicators = null;
@@ -312,7 +313,7 @@ function addStatusBar() {
312313
statusIndent = statusBar.find('.status-indent');
313314
statusKeymap = statusBar.find('.status-keymap');
314315
statusLength = statusBar.find('.status-length');
315-
editor.addPanel(statusBar[0], {
316+
statusPanel = editor.addPanel(statusBar[0], {
316317
position: "bottom"
317318
});
318319

0 commit comments

Comments
 (0)