Skip to content

Commit

Permalink
Dialog: Added missing closing brace. Fixes #88.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jan 15, 2013
1 parent 559bf32 commit d681809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<desc>If set to <code>true</code>, the dialog will automatically open upon initialization. If <code>false</code>, the dialog will stay hidden until the <a href="#method-open"><code>open()</code></a> method is called.</desc>
<type name="Boolean" />
</option>
<option name="buttons" default="{}" example-value='[ { text: "Ok", click: function() { $( this ).dialog( "close" ); } ]'>
<option name="buttons" default="{}" example-value='[ { text: "Ok", click: function() { $( this ).dialog( "close" ); } } ]'>
<desc>Specifies which buttons should be displayed on the dialog. The context of the callback is the dialog element; if you need access to the button, it is available as the target of the event object.</desc>
<type name="Object">
<desc>The keys are the button labels and the values are the callbacks for when the associated button is clicked.</desc>
Expand Down

0 comments on commit d681809

Please sign in to comment.