commit | 127909c1c948e9248f7ed98f0b5e3a7088d89ca3 | [log] [tgz] |
---|---|---|
author | T Jake Luciani <jake@apache.org> | 周六 7月 10 14:58:51 2010 +0000 |
committer | T Jake Luciani <jake@apache.org> | 周六 7月 10 14:58:51 2010 +0000 |
tree | f9891fc53a4706279a7a912d1ce7749502f6a3ed | |
parent | 95c005a7c69d106591202cfa6eded6354608b307 [diff] [blame] |
THRIFT-813: fix for broken list deserialization git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@962853 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/js/thrift.js b/lib/js/thrift.js index b70986f..5e9c89e 100644 --- a/lib/js/thrift.js +++ b/lib/js/thrift.js
@@ -577,7 +577,7 @@ this.rpos.push(this.rstack.length); - this.rstack.push(list.shift()) + this.rstack.push(list) return r;