We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db05e1 commit 43f96d9Copy full SHA for 43f96d9
src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.res
@@ -11,7 +11,7 @@ type cssRule /* TODO: Move to Webapi__Dom */
11
@send external item: (t, int) => string = "item"
12
@send external removeProperty: (t, string) => string = "removeProperty"
13
@send external setProperty: (t, string, string, string) => unit = "setProperty"
14
-@send external setPropertyValue: (t, string, string) => unit = "setPropertyValue"
+@send external setPropertyValue: (t, string, string) => unit = "setProperty"
15
16
/* CSS2Properties */
17
@get external azimuth: t => string = "azimuth"
0 commit comments