|
@@ -7,12 +7,12 @@
|
|
|
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
|
|
<script type="text/javascript" src="http://cdn.peerjs.com/0/peer.js"></script>
|
|
<script type="text/javascript" src="http://cdn.peerjs.com/0/peer.js"></script>
|
|
|
|
+<script src="../dist/peer.js"></script>
|
|
<script>
|
|
<script>
|
|
// This is a very simple code example. See chat.html for a more involved
|
|
// This is a very simple code example. See chat.html for a more involved
|
|
// example.
|
|
// example.
|
|
|
|
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
- var peer1, peer2, peerId1;
|
|
|
|
|
|
|
|
// Create a new Peer with our demo API key, with debug set to true so we can
|
|
// Create a new Peer with our demo API key, with debug set to true so we can
|
|
// see what's going on.
|
|
// see what's going on.
|