diff options
author | anekos | 2011-03-31 00:51:18 +0900 |
---|---|---|
committer | anekos | 2011-03-31 22:40:42 +0900 |
commit | 6c621962cd32b8f9588f2dc23485e1e015416986 (patch) | |
tree | c3d17f804a54d494bcfe990e2e759d5c22336369 | |
parent | e3287acd925191e599fd636a2bc4e6afbbd0045f (diff) | |
download | vimperator-plugins-6c621962cd32b8f9588f2dc23485e1e015416986.tar.bz2 |
謎改行抹殺
-rw-r--r-- | win-mouse.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win-mouse.js b/win-mouse.js index fb8571b..46f33e0 100644 --- a/win-mouse.js +++ b/win-mouse.js @@ -363,8 +363,6 @@ let INFO = } } - - const API = __context__.API = { get position () { let pos = new CursorPosition(0, 0); |