diff options
author | anekos | 2010-09-23 03:29:50 +0000 |
---|---|---|
committer | anekos | 2010-09-23 03:29:50 +0000 |
commit | 9184665bdc1b7b5f277039f9e581f0d7808b27ed (patch) | |
tree | 5a7ab9c08063f703096995315027dfab2f54f4bf /twittperator.js | |
parent | 68fc26491d582364df8f3546ebebda49088b67cd (diff) | |
download | vimperator-plugins-9184665bdc1b7b5f277039f9e581f0d7808b27ed.tar.bz2 |
ログが微妙にわかりづらくなるので順番変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38515 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 52f9107..b77707e 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1266,10 +1266,10 @@ let PLUGIN_INFO = } function start(params) { - liberator.log("Twittperator: start " + name); - stop(); + liberator.log("Twittperator: start " + name); + startTime = new Date().getTime(); lastParams = params; |