2014-09-05 15:41:16 +00:00
|
|
|
Module description - sessions/\*
|
|
|
|
================================
|
2014-05-15 04:31:20 +00:00
|
|
|
|
|
|
|
The sessions folder contains functionality that was broken out to keep
|
2014-09-05 15:41:16 +00:00
|
|
|
``sessions.js`` from getting huge.
|
2014-05-15 04:31:20 +00:00
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
addRemove.js
|
|
|
|
------------
|
2014-05-15 04:31:20 +00:00
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
Provides methods for adding, removing, and re-ordering sessions and
|
|
|
|
their tabs.
|
2014-05-15 04:31:20 +00:00
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
binding.js
|
|
|
|
----------
|
2014-05-15 04:31:20 +00:00
|
|
|
|
|
|
|
Event bindings, such as drag/drop and middle click
|
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
state.js
|
|
|
|
--------
|
2014-05-15 04:31:20 +00:00
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
Actual tab state as a singleton, imported by other modules to do
|
|
|
|
re-ordering or other tab manipulation.
|
2014-05-15 04:31:20 +00:00
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
switching.js
|
|
|
|
------------
|
2014-05-15 04:31:20 +00:00
|
|
|
|
2014-09-05 15:41:16 +00:00
|
|
|
Provides the utility methods for between tabs, directly or in order.
|