summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2011-08-13 22:24:26 +0000
committerJake Farrell <jfarrell@apache.org>2011-08-13 22:24:26 +0000
commitaac34848b9ac2a61ab37f4e31c7d6773d57d02d4 (patch)
treec68ea06b77d7f6d4460fa637cd7ddd6fb1225ba7
parentea3b5707cdbac60cc8d108a6e61c6cbac1f1b378 (diff)
downloadthrift-aac34848b9ac2a61ab37f4e31c7d6773d57d02d4.tar.gz
adding missing comma in thrift.js client
git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.7.x@1157432 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--lib/js/thrift.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js/thrift.js b/lib/js/thrift.js
index 87877e6f3..498796d3f 100644
--- a/lib/js/thrift.js
+++ b/lib/js/thrift.js
@@ -17,7 +17,7 @@
* under the License.
*/
var Thrift = {
- Version: '0.7.0'
+ Version: '0.7.0',
/*
Description: 'JavaScript bindings for the Apache Thrift RPC system',
License: 'http://www.apache.org/licenses/LICENSE-2.0',