update doc on destroy-children

This commit is contained in:
David Botton 2024-09-05 21:43:11 -04:00
parent 5c3d1dc8ea
commit 19c0c8baac

View file

@ -164,7 +164,8 @@ after attachment is changed to one unique to this session."))
(defgeneric destroy-children (clog-element) (defgeneric destroy-children (clog-element)
(:documentation "Destroy all children in DOM contained with in CLOG-ELEMENT (:documentation "Destroy all children in DOM contained with in CLOG-ELEMENT
and run a BROWSER-GC")) and run a BROWSER-GC. See also clog-connect:*browser-gc-on-ping* if using this
often."))
(defmethod destroy-children ((obj clog-element)) (defmethod destroy-children ((obj clog-element))
(setf (inner-html obj) "") (setf (inner-html obj) "")