Skip to content

Commit

Permalink
HTML error in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 19, 2012
1 parent f5da2c8 commit 05a01e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2 id="config">Configuration</h2>
<dt id="option_onDragEvent"><code>onDragEvent (function)</code></dt>
<dd>When given, this will be called when the editor is handling
a <code>dragenter</code>, <code>dragover</code>,
or <code>drop<code> event. It will be passed the editor instance
or <code>drop</code> event. It will be passed the editor instance
and the event object as arguments. The callback can choose to
handle the event itself, in which case it should
return <code>true</code> to indicate that CodeMirror should not
Expand Down

0 comments on commit 05a01e6

Please sign in to comment.