Skip to content

Commit

Permalink
innerWidth: use Number return type
Browse files Browse the repository at this point in the history
Closes gh-703
  • Loading branch information
ericaro authored and arthurvr committed Apr 9, 2015
1 parent 8517c54 commit a10fe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/innerWidth.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<entries>
<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>
<entry type="method" name="innerWidth" return="Integer">
<entry type="method" name="innerWidth" return="Number">
<title>.innerWidth()</title>
<signature>
<added>1.2.6</added>
Expand Down

0 comments on commit a10fe84

Please sign in to comment.