Skip to content

Commit a10fe84

Browse files
ericaroarthurvr
authored andcommitted
innerWidth: use Number return type
Closes gh-703
1 parent 8517c54 commit a10fe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/innerWidth.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<entries>
33
<desc>Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.</desc>
4-
<entry type="method" name="innerWidth" return="Integer">
4+
<entry type="method" name="innerWidth" return="Number">
55
<title>.innerWidth()</title>
66
<signature>
77
<added>1.2.6</added>

0 commit comments

Comments
 (0)