[doc] Make non-nullable renderGrouped's returned dom #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Make_non_nullable_renderGrouped_s_returned__dom_"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Actually
domof renderGrouped's returned value is always non-null because theresultvariable is initialized withdocument.createDocumentFragment()andresultis thedom.However, the documentation says it is nullable.
This patch fixes the documentation.