Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Dec 12, 2011
1 parent f7b0388 commit 66057c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h2 id="events">Events</h2>

<dt>contextmenu:focus</dt>
<dd>
<p>React to a comman item being focused</p>
<p>React to a command item being focused</p>
<p>Triggered on <em>context menu item</em> when mouse or keyboard interaction lead to a "hover state" for that command item.</p>
<pre class="prettyprint lang-js">$(document.body).on("contextmenu:focus", ".context-menu-item",
function(e){ console.log("focus:", this); });</pre>
Expand Down

0 comments on commit 66057c2

Please sign in to comment.