From 7db3c7e6c82bf5f76942e43d2180127579706f32 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 7 Dec 2008 09:55:18 +0000 Subject: 判定をアホな方法で賢くした。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26047 d0d07461-0603-4401-acd4-de1884942a52 --- happy_hacking_vimperator.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'happy_hacking_vimperator.js') diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js index 4419ff1..3b9d67e 100644 --- a/happy_hacking_vimperator.js +++ b/happy_hacking_vimperator.js @@ -24,6 +24,7 @@ let enabled = s2b(liberator.globalVariables.happy_hacking_vimperator_enable, true); let ignore = false; + let mousedownTime = new Date(); function s2b (s, d) (!/^(\d+|false)$/i.test(s)|parseInt(s)|!!d*2)&1<