yomichan/ext/fg/js
toasted-nutbread d9b4404075 Create functions for the cases of isMouseButton
jshint was showing a warning that there was no break statement
after the first case, which there doesn't need to be.

The most straightforward way to fix this without using the unclear
// jshint ignore:line
is to just have two functions.

This change also updates invocations of isMouseButton to use
the exact case function, as this will remove the need to check
the case of mosueEvent.type. This was done because onMouseMove
is invoked at a high frequency.
2019-11-10 14:00:44 -05:00
..
api.js make search page checkbox options persist 2019-10-27 20:11:23 +02:00
document.js Add correction to offset of imposter rect 2019-10-17 19:30:54 -04:00
float.js Update *show* APIs to unified showContent and setContent 2019-10-17 18:40:43 -04:00
frontend-api-receiver.js Update rejections to use Error 2019-10-08 21:44:25 -04:00
frontend-api-sender.js Update rejections to use Error 2019-10-08 21:44:25 -04:00
frontend-initialize.js Frontend updates 2019-10-11 23:24:51 -04:00
frontend.js Create functions for the cases of isMouseButton 2019-11-10 14:00:44 -05:00
popup-nested.js always disable scanning IME checkbox label 2019-11-09 13:01:21 +02:00
popup-proxy-host.js Reposition popup on window resize rather than clear the search 2019-10-17 18:40:43 -04:00
popup-proxy.js Reposition popup on window resize rather than clear the search 2019-10-17 18:40:43 -04:00
popup.js Use chrome.runtime.getURL instead of chrome.extension.getURL 2019-10-22 20:23:03 -04:00
source.js Fix seekForward and seekBackward not handling length=0 case correctly 2019-11-08 19:24:33 -05:00
util.js Update rejections to use Error 2019-10-08 21:44:25 -04:00