Skip to content

Commit 0aea029

Browse files
committed
added alias for textarea
1 parent ac48af8 commit 0aea029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cocktail/Dom.hx

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ typedef Style = cocktail.core.css.CSSStyleDeclaration;
2222
typedef Window = cocktail.core.window.Window;
2323
typedef Document = cocktail.core.html.HTMLDocument;
2424
typedef FormElement = cocktail.core.html.HTMLInputElement;
25+
typedef TextArea = cocktail.core.html.HTMLTextAreaElement;
2526

2627
typedef Event = cocktail.core.event.Event;
2728
typedef MouseEvent = cocktail.core.event.MouseEvent;

0 commit comments

Comments
 (0)