Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. someTopFunction(function(resultsTop) {
  2. _(resultsTop).each(function(resultTop){
  3. someMiddleFunction(function(err, resultsMiddle){
  4. _(resultsMiddle).each(function(resultMiddle){
  5.  
  6. })
  7. })
  8. })
  9. })
Add Comment
Please, Sign In to add comment