From 6939007aa14678a984f5f92df087a0096bf94de1 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 31 Jul 2010 16:36:28 +0000 Subject: 履歴保存バグ修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38106 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twittperator.js b/twittperator.js index aa2eb6b..44a97ad 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1527,9 +1527,9 @@ function loadPlugins() { // {{{ let history; if (debugVars.history) { history = debugVars.history; - liberator.registerObserver('exit', function () accessor.set("history", history)); } else { history = debugVars.history = accessor.get("history", []); + liberator.registerObserver('exit', function () accessor.set("history", history)); } let tw = new TwitterOauth(accessor); -- cgit v1.2.3