Skip to content

Commit 25b47f5

Browse files
committed
Document optional includeMargin argument
Closes jquerygh-1133 Fixes jquerygh-1107
1 parent fcefc0f commit 25b47f5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

entries/outerHeight.xml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ $( "p:last" ).text(
5353
<type name="Number"/>
5454
<desc>A number representing the number of pixels, or a number along with an optional unit of measure appended (as a string).</desc>
5555
</argument>
56+
<argument name="includeMargin" optional="true" type="Boolean" default="false">
57+
<desc>A Boolean indicating whether to new value should account for the element's margin.</desc>
58+
</argument>
5659
</signature>
5760
<signature>
5861
<added>1.8.0</added>

entries/outerWidth.xml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ $( "p:last" ).text(
5353
<type name="Number"/>
5454
<desc>A number representing the number of pixels, or a number along with an optional unit of measure appended (as a string).</desc>
5555
</argument>
56+
<argument name="includeMargin" optional="true" type="Boolean" default="false">
57+
<desc>A Boolean indicating whether to new value should account for the element's margin.</desc>
58+
</argument>
5659
</signature>
5760
<signature>
5861
<added>1.8.0</added>

0 commit comments

Comments
 (0)