aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
authoranekos2012-09-02 06:10:41 +0900
committeranekos2012-09-02 06:10:41 +0900
commit516a83aff3e3e4d1559498ed1637a14ec2a51bb0 (patch)
treedb4041d02140eca8a7d5eaadeead00eafae2b8d1 /usi.js
parentc94cc980c82e20b52ec2af4679130c51b5166228 (diff)
downloadvimperator-plugins-516a83aff3e3e4d1559498ed1637a14ec2a51bb0.tar.bz2
Fix: "Error: can't wrap XML objects".
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/usi.js b/usi.js
index 431ed0f..6d0fa21 100644
--- a/usi.js
+++ b/usi.js
@@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
// INFO {{{
let INFO =
<>
- <plugin name="usi.js" version="1.3.2"
+ <plugin name="usi.js" version="1.3.3"
href="http://vimpr.github.com/"
summary="for Remember The Milk."
lang="en-US"
@@ -338,7 +338,7 @@ let INFO =
synchronize: synchronize,
onComplete: function (result) {
let timeline = result.timeline;
- Save.set('timeline', timeline);
+ Save.set('timeline', timeline.toString());
Cow.get.apply(Cow, args);
}
}