Home
last modified time | relevance | path

Searched defs:isRightClick (Results 1 – 5 of 5) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4313 function isRightClick(event) { return _isButton(event, 2) } function
4375 isRightClick: isRightClick, property in Event.Methods
/plugin/issuetracker/
H A Dprototype.js5409 function isRightClick(event) { return _isButton(event, 2) } function
5477 isRightClick: isRightClick, property in Event.Methods
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js933 this.isRightClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?eve… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2503 this.isRightClick = function(event) function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js944 this.isRightClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==2:event.button==2)&&this.noKeyModifiers(event) function