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:
e8ca73f
)
js tutorial add missing semicolon
author
Roger Meier
<roger@apache.org>
Wed, 26 Mar 2014 22:23:37 +0000
(23:23 +0100)
committer
Roger Meier
<roger@apache.org>
Wed, 26 Mar 2014 22:23:37 +0000
(23:23 +0100)
tutorial/js/tutorial.html
patch
|
blob
|
history
diff --git
a/tutorial/js/tutorial.html
b/tutorial/js/tutorial.html
index
112da70
..
d7f3945
100755
(executable)
--- a/
tutorial/js/tutorial.html
+++ b/
tutorial/js/tutorial.html
@@
-49,7
+49,7
@@
var protocol = new Thrift.Protocol(transport);
var client = new CalculatorClient(protocol);
- var work = new Work()
+ var work = new Work()
;
work.num1 = $("#num1").val();
work.num2 = $("#num2").val();
work.op = $("#op").val();