Caret/js/sessions.js
Thomas Wilburn 2e508a5012 First
2013-08-19 17:53:03 -07:00

14 lines
No EOL
311 B
JavaScript

define(["editor"], function(editor) {
/*
- test loading a session from an external file
- test loading two sessions, switching between them
- get tabs up and running
- get/set/display theme per tab
- expose API for creating/get/set/dropSession
- retain file handles after shutdown
*/
});