diff options
author | anekos | 2011-04-01 23:47:08 +0900 |
---|---|---|
committer | anekos | 2011-04-01 23:48:35 +0900 |
commit | c585ee1b9a9fb4007f97059fbaa2e02a513b75b4 (patch) | |
tree | 0d4a7800b040a6bf719092920fab1701c82bdfa9 | |
parent | bb799151edcb62123a4afdec94845b172774a8f4 (diff) | |
download | vimperator-plugins-c585ee1b9a9fb4007f97059fbaa2e02a513b75b4.tar.bz2 |
nyaaaaps
-rw-r--r-- | win-mouse.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/win-mouse.js b/win-mouse.js index 3e9e023..bbb1a8a 100644 --- a/win-mouse.js +++ b/win-mouse.js @@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE. // INFO {{{ let INFO = <> - <plugin name="Win Cursor" version="1.3.0" + <plugin name="Win Cursor" version="1.3.1" href="http://vimpr.github.com/" summary="Cursor control plugin for MS Windows" lang="en-US" @@ -465,14 +465,13 @@ let INFO = SendInput(inputSize, ClickInput.address(), MouseInput.size) - liberator.log(blur); if (blur) { setTimeout( function () { if (modes.main === modes.EMBED) liberator.focus.blur(); }, - liberator.globalVariables.win_mouse_auto_blur + liberator.globalVariables.win_mouse_blur_delay || 50 ); } }, |