Skip to content

Commit b4dd72d

Browse files
committed
Dialog: Update description of title option. Fixes jquery#102.
1 parent ce12a71 commit b4dd72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</type>
137137
</option>
138138
<option name="title" default='null' example-value='"Dialog Title"'>
139-
<desc>Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the <code>title</code> attribute on the dialog source element.</desc>
139+
<desc>Specifies the title of the dialog. If the value is <code>null</code>, the <code>title</code> attribute on the dialog source element will be used.</desc>
140140
<type name="String" />
141141
</option>
142142
<option name="width" default="300" example-value="500">

0 commit comments

Comments
 (0)