Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2012-04-20 13:11:35 -04:00
commit 9d9f9bda40
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ var // currently active contextMenu trigger
* if ignoreThisClick remains false, every right click
* thereafter continues to show the menu
*/
if (ignoreRightClick) {
if (handle.ignoreRightClick) {
if (e.button == 2) {
ignoreThisClick = true;
}