mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
THRIFT-2871 Missing semicolon in thrift.js
Client: NodeJS Patch: Chi Vinh Le <cvl@chinet.info> This closes #300 JSHint complains about missing semicolon. Might break older browser compatibility.
This commit is contained in:
parent
878483759c
commit
78c57e1720
@ -134,7 +134,7 @@ var TProtocolExceptionType = exports.TProtocolExceptionType = {
|
||||
BAD_VERSION: 4,
|
||||
NOT_IMPLEMENTED: 5,
|
||||
DEPTH_LIMIT: 6
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
var TProtocolException = exports.TProtocolException = function(type, message) {
|
||||
|
Loading…
Reference in New Issue
Block a user