Skip to content

Commit 1a64769

Browse files
authored
Merge pull request #114 from pbiggar/patch-1
Use correct name for setProperty
2 parents 7db05e1 + 43f96d9 commit 1a64769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type cssRule /* TODO: Move to Webapi__Dom */
1111
@send external item: (t, int) => string = "item"
1212
@send external removeProperty: (t, string) => string = "removeProperty"
1313
@send external setProperty: (t, string, string, string) => unit = "setProperty"
14-
@send external setPropertyValue: (t, string, string) => unit = "setPropertyValue"
14+
@send external setPropertyValue: (t, string, string) => unit = "setProperty"
1515

1616
/* CSS2Properties */
1717
@get external azimuth: t => string = "azimuth"

0 commit comments

Comments
 (0)