diff options
author | anekos | 2008-12-13 16:26:35 +0000 |
---|---|---|
committer | anekos | 2008-12-13 16:26:35 +0000 |
commit | 64fa617854357296bf94b5c4cb214c57ea8606ea (patch) | |
tree | 59c8c22ca7fb9f755479111ccd3984dd4a62e592 /clock.js | |
parent | a0ab7c363927924e214e55ece6048e0f0e16cb43 (diff) | |
download | vimperator-plugins-64fa617854357296bf94b5c4cb214c57ea8606ea.tar.bz2 |
いらないっぽいので削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26643 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'clock.js')
-rw-r--r-- | clock.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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
[
|