[Code Style] Fix merge error

Fix merge error in ContextMenuAction which caused
test failure. WTD-1482.
This commit is contained in:
Victor Woeltjen 2015-08-17 16:57:46 -07:00
parent 841273edf6
commit 86f0a9100f

View File

@ -114,6 +114,7 @@ define(
// Dismiss the menu when body is clicked elsewhere
// ('mousedown' because 'click' breaks left-click context menus)
body.on('mousedown', dismiss);
menu.on('click', dismiss);
// Don't launch browser's context menu
actionContext.event.preventDefault();