aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clock.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/clock.js b/clock.js
index b12fe56..6fb15e5 100644
--- a/clock.js
+++ b/clock.js
@@ -1,4 +1,4 @@
-let PLUGIN_INFO =
+let PLUGIN_INFO =
<VimperatorPlugin>
<name>{NAME}</name>
<description>clock</description>
@@ -273,8 +273,6 @@ clock.generate();
// insert
commandlineStack.appendChild(clock.instance);
-// why double?
-clock.justify(window.innerWidth);
// register command
[