We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4715c commit 2b78954Copy full SHA for 2b78954
src/examples/index.html
@@ -5,6 +5,11 @@
5
<meta content="utf-8" http-equiv="encoding">
6
<title>Title of the document</title>
7
<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
+-->
13
<script src="stubclient.js" type="text/javascript"></script>
14
<script type="text/javascript">
15
0 commit comments