refactor: get_next_sibling, singular
parent
71642b4884
commit
fe9ea4eaec
2
html.lua
2
html.lua
|
@ -58,7 +58,7 @@ function M.make_dom_element( tag_name, parent_elem )
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
get_next_siblings = function( self )
|
get_next_sibling = function( self )
|
||||||
if not self.parent then return nil end
|
if not self.parent then return nil end
|
||||||
|
|
||||||
local found_self = false
|
local found_self = false
|
||||||
|
|
Loading…
Reference in New Issue