Caret/js/sessions.js

14 lines
311 B
JavaScript
Raw Normal View History

2013-08-20 00:53:03 +00:00
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
*/
});