mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
typo
This commit is contained in:
parent
e99e5a2123
commit
0453873a73
1 changed files with 1 additions and 1 deletions
|
|
@ -2360,7 +2360,7 @@ to no actual HTML element."))
|
|||
(defgeneric next-sibling (clog-element)
|
||||
(:documentation "Traverse to next sibling element. If Child does not have an
|
||||
html id than Element_Type will have an ID of undefined and therefore attached
|
||||
to no actual HTML elemen."))
|
||||
to no actual HTML element."))
|
||||
|
||||
(defmethod next-sibling ((obj clog-element))
|
||||
(attach-as-child obj (jquery-query obj "next().prop('id')")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue