diff options
author | anekos | 2015-04-20 22:26:48 +0900 |
---|---|---|
committer | anekos | 2015-04-20 22:45:27 +0900 |
commit | 2e1dd53e9e8e0d6d422dad781ce3f1f22eda6dde (patch) | |
tree | f6d90155400b323663d3ecb8c945303f59670e00 /google-exopen.js | |
parent | fa505beaaffa7a6bc09813404a82ec1cac7614ac (diff) | |
download | vimperator-plugins-2e1dd53e9e8e0d6d422dad781ce3f1f22eda6dde.tar.bz2 |
末尾の空白を削除
Diffstat (limited to 'google-exopen.js')
-rw-r--r-- | google-exopen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-exopen.js b/google-exopen.js index 58596fd..543bdf3 100644 --- a/google-exopen.js +++ b/google-exopen.js @@ -13,7 +13,7 @@ let PLUGIN_INFO = xml` (function () { mappings.addUserMap( [modes.NORMAL],['o'],':open', - function() { + function() { // urlを取得 var url = window.content.window.location; // コマンドの引数 |