From 4c84dae3ed88f08e920126c6cdb0a53801891603 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Oct 2017 00:55:39 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index b4364607..4569601d 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -254,7 +254,6 @@ var CollectionActions = actions.Actions({ While the promise for a specific action is not resolved this will return it and not start a new promise. `, - //function(collection, force){ function(collection){ var that = this @@ -271,8 +270,6 @@ var CollectionActions = actions.Actions({ // if a promise has not yet resolved/rejected, return it // and do not start a new one... - // XXX do we need timeouts here???? - //if(!force && running[collection]){ if(running[collection]){ return running[collection] } @@ -298,6 +295,7 @@ var CollectionActions = actions.Actions({ return p }], + // Collection life-cycle... // // NOTE: if collection does not exist this will do nothing...