notes + update...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-09-06 06:15:43 +03:00
parent c6414e7841
commit 592d3a68d8
2 changed files with 6 additions and 1 deletions

View File

@ -350,7 +350,12 @@ var CollectionActions = actions.Actions({
// XXX should this call .loadCollection('!') when saving to current
// collection???
// This would reaload the view to a consistent (just saved)
// state...
// ...see comments inside...
// XXX it feels like we need two levels of actions, low-level that
// just do their job and user actions that take care of
// consistent state and the like...
saveCollection: ['- Collections/',
core.doc`Save current state to collection

View File

@ -26,7 +26,7 @@
"ig-features": "^3.2.7",
"ig-object": "^1.0.2",
"openseadragon": "^2.3.0",
"preact": "^8.2.4",
"preact": "^8.2.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"requirejs": "^2.3.5",