Skip to content

Commit 2b78954

Browse files
author
Peter Spiess-Knafl
committed
added comment for stubclient.js
1 parent 7e4715c commit 2b78954

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/examples/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta content="utf-8" http-equiv="encoding">
66
<title>Title of the document</title>
77
<script src="http://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
8+
<!--
9+
This file needs to be generated using jsonrpcstub:
10+
cd build
11+
./bin/jsonrpcstub ../src/examples/spec.json --js-client=StubClient --js-client-file=../src/examples/stubclient.js
12+
-->
813
<script src="stubclient.js" type="text/javascript"></script>
914
<script type="text/javascript">
1015

0 commit comments

Comments
 (0)