File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ class type cssStyleDeclaration = object
118118 method strokeWidth : js_string t prop
119119 method tableLayout : js_string t prop
120120 method textAlign : js_string t prop
121+ method textAnchor : js_string t prop
121122 method textDecoration : js_string t prop
122123 method textIndent : js_string t prop
123124 method textTransform : js_string t prop
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ class type cssStyleDeclaration = object
117117 method strokeWidth : js_string t prop
118118 method tableLayout : js_string t prop
119119 method textAlign : js_string t prop
120+ method textAnchor : js_string t prop
120121 method textDecoration : js_string t prop
121122 method textIndent : js_string t prop
122123 method textTransform : js_string t prop
You can’t perform that action at this time.
0 commit comments