Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4309 function isLeftClick(event) { return _isButton(event, 0) } function
4373 isLeftClick: isLeftClick, property in Event.Methods
/plugin/issuetracker/
H A Dprototype.js5405 function isLeftClick(event) { return _isButton(event, 0) } function
5475 isLeftClick: isLeftClick, property in Event.Methods
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js929 this.isLeftClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?even… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2487 this.isLeftClick = function(event) function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js940 this.isLeftClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.noKeyModifiers(event) function