Skip to content

Commit fb8d4da

Browse files
Ian KempAurelioDeRosa
Ian Kemp
authored andcommitted
Specified defaults for outerWidth and outerHeight
Fixes jquerygh-882 Closes jquerygh-883
1 parent b985c8e commit fb8d4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

entries/outerHeight.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>.outerHeight()</title>
66
<signature>
77
<added>1.2.6</added>
8-
<argument name="includeMargin" optional="true" type="Boolean">
8+
<argument name="includeMargin" optional="true" type="Boolean" default="false">
99
<desc>A Boolean indicating whether to include the element's margin in the calculation.</desc>
1010
</argument>
1111
</signature>

entries/outerWidth.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>.outerWidth()</title>
66
<signature>
77
<added>1.2.6</added>
8-
<argument name="includeMargin" optional="true" type="Boolean">
8+
<argument name="includeMargin" optional="true" type="Boolean" default="false">
99
<desc>A Boolean indicating whether to include the element's margin in the calculation.</desc>
1010
</argument>
1111
</signature>

0 commit comments

Comments
 (0)