Searched refs:isButton (Results 1 – 2 of 2) sorted by relevance
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 3747 var isButton; 3751 isButton = function(event, code) { function 3756 isButton = function(event, code) { 3765 isButton = function(event, code) { 3771 isLeftClick: function(event) { return isButton(event, 0) }, 3772 isMiddleClick: function(event) { return isButton(event, 1) }, 3773 isRightClick: function(event) { return isButton(event, 2) },
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 20090 function isButton(event, button) { function 20097 return isButton(event, 0); 20103 return isButton(event, 1);
|