Skip to content

Commit

Permalink
πŸ“ Add some more info to RenderTasks#doRenderMethods()
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Oct 10, 2023
1 parent 5cbcd0e commit fbeb45c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/core/render_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ RenderTasks.setMethod(function drainPreTasks(pre_queue, renderer) {
});

/**
* Drain the pre-tasks into the queue
* Drain the pre-tasks into the queue.
* If there are tasks, this method will return false,
* indicating to `recurseLineTasks` to not run any other render methods.
*
* @author Jelle De Loecker <jelle@elevenways.be>
* @since 2.3.1
Expand Down

0 comments on commit fbeb45c

Please sign in to comment.