Browse Source

take out local peerjs

Michelle Bu 12 năm trước cách đây
mục cha
commit
b6edf2e951
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/helloworld.html

+ 0 - 1
examples/helloworld.html

@@ -7,7 +7,6 @@
 
 <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="../dist/peer.js"></script>
 <script>
   // This is a very simple code example. See chat.html for a more involved
   // example.