commit | 565ea0c497c78cc62a7c8c980992f10a3d278c20 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Nov 14 21:29:19 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | Fri Nov 14 21:29:19 2014 +0100 |
tree | 0f404d24b62136a4824436e9ee6ff183b760453d | |
parent | e5ff9a860d69fbd6cc6d6cb79833930e1148e4c0 [diff] |
THRIFT-2818 Trailing commas in array Client: Node.js Patch: Chi Vinh Le This closes #263
diff --git a/lib/nodejs/lib/thrift/thrift.js b/lib/nodejs/lib/thrift/thrift.js index e02bb7d..a87c81b 100644 --- a/lib/nodejs/lib/thrift/thrift.js +++ b/lib/nodejs/lib/thrift/thrift.js
@@ -35,14 +35,14 @@ SET: 14, LIST: 15, UTF8: 16, - UTF16: 17, + UTF16: 17 }; exports.MessageType = { CALL: 1, REPLY: 2, EXCEPTION: 3, - ONEWAY: 4, + ONEWAY: 4 }; var TException = exports.TException = function(message) {