mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
update doc on destroy-children
This commit is contained in:
parent
5c3d1dc8ea
commit
19c0c8baac
1 changed files with 2 additions and 1 deletions
|
|
@ -164,7 +164,8 @@ after attachment is changed to one unique to this session."))
|
|||
|
||||
(defgeneric destroy-children (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))
|
||||
(setf (inner-html obj) "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue