Skip to content

Commit 94cf3d4

Browse files
scottgonzalezarthurvr
authored andcommitted
Effects: Don't refer to objects as maps
Closes jquerygh-664
1 parent f896bf4 commit 94cf3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/options-argument.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="String"/>
1616
</property>
1717
<property name="specialEasing" type="PlainObject" added="1.4">
18-
<desc>A map of one or more of the CSS properties defined by the properties argument and their corresponding easing functions.</desc>
18+
<desc>An object containing one or more of the CSS properties defined by the properties argument and their corresponding easing functions.</desc>
1919
</property>
2020

2121
<property name="step" type="Function">

0 commit comments

Comments
 (0)