Skip to content

Commit

Permalink
adding comments related to descendant usage count
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-brancotte committed Apr 8, 2021
1 parent 52944fd commit 18e7058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bio.tools.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function biotool_api(){
// run pusher, fill queue with all the elements
pusher(node);
job_length+=queue.length;
// create a callback caller that sum all descendant usage and call the actual callback
function call_callback(){
var total=0;
$.each(queue,function(i,e){
Expand Down

0 comments on commit 18e7058

Please sign in to comment.