Skip to content

Commit c858c15

Browse files
committed
fix: missing return value for css method
Signed-off-by: ajiho <[email protected]>
1 parent 81fac1e commit c858c15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

entries/css.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0"?>
22
<entries>
33
<desc>Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.</desc>
4-
<entry type="method" name="css" return="String">
4+
<entry type="method" name="css">
5+
<return type="String"/>
6+
<return type="Object"/>
57
<title>.css()</title>
68
<signature>
79
<added>1.0</added>

0 commit comments

Comments
 (0)