Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4311 function isMiddleClick(event) { return _isButton(event, 1) } function
4374 isMiddleClick: isMiddleClick, property in Event.Methods
/plugin/issuetracker/
H A Dprototype.js5407 function isMiddleClick(event) { return _isButton(event, 1) } function
5476 isMiddleClick: isMiddleClick, property in Event.Methods
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js931 this.isMiddleClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?ev… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2495 this.isMiddleClick = function(event) function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js942 this.isMiddleClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==4:event.button==1)&&this.noKeyModifiers(event) function