Commit e9742449 authored by d11e9's avatar d11e9

fix misnamed var

parent ad43829d
......@@ -182,7 +182,7 @@
var s = new ace.EditSession(window.localStorage[filekey], "ace/mode/javascript")
s.setTabSize(4);
s.setUseSoftTabs(true);
aces[filekey] = s;
sessions[filekey] = s;
return s;
}
......
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