diff options
author | Jagua | 2011-05-14 01:05:51 +0900 |
---|---|---|
committer | Jagua | 2011-05-14 01:05:51 +0900 |
commit | 154ffc92179574bbf752d96e94f31f727170a3d2 (patch) | |
tree | 5ecf5175cd267318d72b4235f0f87c0da6bbb87b | |
parent | 6c55ff0e815f6ad0912c79ff79c2282f7fd61578 (diff) | |
download | vimperator-plugins-154ffc92179574bbf752d96e94f31f727170a3d2.tar.bz2 |
conform to the original coding style
-rw-r--r-- | google-translator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-translator.js b/google-translator.js index 056e213..a34819e 100644 --- a/google-translator.js +++ b/google-translator.js @@ -280,7 +280,7 @@ let INFO = let actions = { echo: - function (text) liberator.echo('<div style="white-space:normal">'+text+'</div>', commandline.FORCE_MULTILINE), + function (text) liberator.echo('<div style="white-space:normal">' + text + '</div>', commandline.FORCE_MULTILINE), insert: // FIXME 見えない要素相手だとうまくいかない function (text) { |