Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-23 01:27:25 +03:00
parent 64d8273529
commit 050164f1a5

View File

@ -783,12 +783,12 @@ var CollectionActions = actions.Actions({
// //
// NOTE: Currently these are sync, and sequencing collections // NOTE: Currently these are sync, and sequencing collections
// operations happens automatically as everything uses // operations happens automatically as everything uses
// .ensureCollection(..)... // .ensureCollection(..) internally...
// to explecitly sequence code do: // to explecitly sequence code do:
// .collect(..) // .collect(..)
// .ensureCollection(..) // .ensureCollection(..)
// .then(function(){ // .then(function(){
// // this is run after .collect(..) // // this is run strictly after .collect(..)
// ... // ...
// }) // })
// NOTE: see .ensureCollection(..) for more details... // NOTE: see .ensureCollection(..) for more details...
@ -1126,7 +1126,7 @@ var CollectionActions = actions.Actions({
// in to maintain the correct order when merging... (XXX) // in to maintain the correct order when merging... (XXX)
// NOTE: currently this only stores title and data, it is the // NOTE: currently this only stores title and data, it is the
// responsibility of extending features to store their specific // responsibility of extending features to store their specific
// data in collections... // stuff in collections...
// XXX is this the right way to go??? // XXX is this the right way to go???
// NOTE: .chnages are handled separately in feature .handlers... // NOTE: .chnages are handled separately in feature .handlers...
json: [function(mode){ return function(res){ json: [function(mode){ return function(res){