Skip to content

Commit fe4d6f5

Browse files
committed
Dblclick: Fixed a code style issue
Closes jquerygh-809
1 parent b611699 commit fe4d6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dblclick.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<added>1.0</added>
2424
</signature>
2525
<longdesc>
26-
<p>This method is a shortcut for <code>.on( "dblclick", handler)</code> in the first two variations, and <code>.trigger( "dblclick" )</code> in the third.
26+
<p>This method is a shortcut for <code>.on( "dblclick", handler )</code> in the first two variations, and <code>.trigger( "dblclick" )</code> in the third.
2727
The <code>dblclick</code> event is sent to an element when the element is double-clicked. Any HTML element can receive this event.
2828
For example, consider the HTML:</p>
2929
<pre><code>

0 commit comments

Comments
 (0)