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:
ea3b570
)
adding missing comma in thrift.js client
author
Jake Farrell
<jfarrell@apache.org>
Sat, 13 Aug 2011 22:24:26 +0000
(22:24 +0000)
committer
Jake Farrell
<jfarrell@apache.org>
Sat, 13 Aug 2011 22:24:26 +0000
(22:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.7.x@
1157432
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
87877e6
..
498796d
100644
(file)
--- 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',