aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2015-09-30 19:34:37 +0900
committeranekos2015-09-30 19:34:37 +0900
commit84d57e2bfb6d19fbb930edaab528530d56e55b55 (patch)
tree2a3a0a6cc275c6a4fdbd2bf3c206872b080f84d4
parentec31240376349d592a68263185f53001ae132f30 (diff)
downloadvimperator-plugins-unlettter.tar.bz2
-rw-r--r--bitly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitly.js b/bitly.js
index ec57cc4..5b654ed 100644
--- a/bitly.js
+++ b/bitly.js
@@ -92,7 +92,7 @@ let PLUGIN_INFO = xml`
{
default: (function () {
let e = content.document.querySelector('#bitly_api_key');
- return (e ? e.value : '')
+ return e ? e.value : ''
})()
}
);