Skip to content

Commit f4a2e63

Browse files
committed
Disable method examples for jQuery.Widget. Update to latest grunt-jquery-content
1 parent 3e97a79 commit f4a2e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

entries/jQuery.widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<xi:include href="../includes/widget-option-hide.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
9797
<xi:include href="../includes/widget-option-show.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
9898
</options>
99-
<methods>
99+
<methods suppress-examples="true">
100100
<xi:include href="../includes/widget-method-destroy.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
101101
<xi:include href="../includes/widget-method-disable.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
102102
<xi:include href="../includes/widget-method-enable.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"grunt": "0.3.x",
2525
"grunt-clean": "0.3.0",
2626
"grunt-wordpress": "1.0.3",
27-
"grunt-jquery-content": "0.5.8"
27+
"grunt-jquery-content": "0.5.9"
2828
},
2929
"devDependencies": {},
3030
"keywords": []

0 commit comments

Comments
 (0)