diff options
author | anekos | 2012-09-02 06:10:41 +0900 |
---|---|---|
committer | anekos | 2012-09-02 06:10:41 +0900 |
commit | 516a83aff3e3e4d1559498ed1637a14ec2a51bb0 (patch) | |
tree | db4041d02140eca8a7d5eaadeead00eafae2b8d1 /usi.js | |
parent | c94cc980c82e20b52ec2af4679130c51b5166228 (diff) | |
download | vimperator-plugins-516a83aff3e3e4d1559498ed1637a14ec2a51bb0.tar.bz2 |
Fix: "Error: can't wrap XML objects".
Diffstat (limited to 'usi.js')
-rw-r--r-- | usi.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |