refactor: get_next_sibling, singular
							parent
							
								
									8e55396981
								
							
						
					
					
						commit
						8cf41c6c6d
					
				
							
								
								
									
										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