Skip to content

Commit

Permalink
fixing rightclick
Browse files Browse the repository at this point in the history
  • Loading branch information
moschel committed Jun 1, 2011
1 parent 65cd0f8 commit 0541b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthetic.js
Expand Up @@ -765,7 +765,7 @@ steal.then(function(){
//timeout is b/c IE is stupid and won't call focus handlers
setTimeout(function() {
Syn.trigger("mouseup", mouseopts, element);
if ( Syn.mouse.browser.contextmenu ) {
if ( Syn.mouse.browser.right.contextmenu ) {
Syn.trigger("contextmenu", extend(extend({}, Syn.mouse.browser.right.contextmenu), options), element);
}
callback(true);
Expand Down

0 comments on commit 0541b2e

Please sign in to comment.