mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-24 03:49:29 +02:00
8629b57fa7
* Added GetParentElement to HTMLElement struct * Fixed linter issue * Fixed formatting
8 lines
111 B
Go
8 lines
111 B
Go
package templates
|
|
|
|
const getParent = "(el) => el.parentElement"
|
|
|
|
func GetParent() string {
|
|
return getParent
|
|
}
|