Skip to content

Commit c56f4f5

Browse files
StuartMoorescottgonzalez
authored andcommitted
zIndex: Fix return types
Closes gh-301
1 parent 11a25ec commit c56f4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/zIndex.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<entries>
3-
<entry type="method" name="zIndex" return="jQuery">
3+
<entry type="method" name="zIndex" return="Integer">
44
<title>.zIndex()</title>
55
<desc>Get the z-index for an element.</desc>
66
<signature/>
@@ -16,7 +16,7 @@
1616
<category slug="methods"/>
1717
<category slug="ui-core"/>
1818
</entry>
19-
<entry type="method" name="zIndex" return="Integer">
19+
<entry type="method" name="zIndex" return="jQuery">
2020
<title>.zIndex()</title>
2121
<desc>Set the z-index for an element.</desc>
2222
<signature>

0 commit comments

Comments
 (0)