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:
Jens Geyer 2014-12-02 21:22:04 +01:00
parent 878483759c
commit 78c57e1720

View File

@ -134,7 +134,7 @@ var TProtocolExceptionType = exports.TProtocolExceptionType = {
BAD_VERSION: 4,
NOT_IMPLEMENTED: 5,
DEPTH_LIMIT: 6
}
};
var TProtocolException = exports.TProtocolException = function(type, message) {