Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f5abd26
)
THRIFT-815: fix for broken list testcase
author
T Jake Luciani
<jake@apache.org>
Fri, 6 Aug 2010 02:37:45 +0000
(
02:37
+0000)
committer
T Jake Luciani
<jake@apache.org>
Fri, 6 Aug 2010 02:37:45 +0000
(
02:37
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@982853
13f79535
-47bb-0310-9956-
ffa450edef68
lib/js/thrift.js
patch
|
blob
|
history
diff --git
a/lib/js/thrift.js
b/lib/js/thrift.js
index
04a34d1
..
f048dbf
100644
(file)
--- a/
lib/js/thrift.js
+++ b/
lib/js/thrift.js
@@
-559,7
+559,7
@@
Thrift.Protocol.prototype = {
readMapBegin : function(keyType,valType,size){
- var map = this.rstack
[this.rstack.length-1]
+ var map = this.rstack
.pop()
var r = {};
r["ktype"] = Thrift.Protocol.RType[map.shift()]