Commit ad43829d authored by d11e9's avatar d11e9

Fix rebase/conflict error (missing parens)

parent 5f1c7888
......@@ -173,6 +173,7 @@
var files = getFiles();
for (var x in files) {
sessions[files[x]] = newEditorSession(files[x])
}
editor.setSession( sessions[SOL_CACHE_FILE] );
editor.resize(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment