Skip to content

Commit b46e46a

Browse files
committed
fix for issue 204 settings being undefined
1 parent 64e6b87 commit b46e46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/javascripts/occ_editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
editor_output_visible = false,
88
is_terminal_open = false,
99
terminal_win,
10-
job_list, settings;
10+
job_list, settings = {};
1111

1212
var templates = {
1313
"editor_bar_init": '<p class="editor-bar-actions">' +

0 commit comments

Comments
 (0)