Skip to content

Commit 7e3162d

Browse files
committed
.addClass(): Specify that multiple class names must be space separated.
1 parent f64b8ed commit 7e3162d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/addClass.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<signature>
55
<added>1.0</added>
66
<argument name="className" type="String">
7-
<desc>One or more class names to be added to the class attribute of each matched element.</desc>
7+
<desc>One or more space-separated classes to be added to the class attribute of each matched element.</desc>
88
</argument>
99
</signature>
1010
<signature>

0 commit comments

Comments
 (0)