43607ae2 by Lorenzo Mangani Committed by GitHub

Update gun-ws.js

1 parent 083ee4c6
1 ;(function(){ 1 ;(function(){
2 var Gun = (typeof window !== "undefined")? window.Gun : require('gun'); 2 var Gun = (typeof window !== "undefined")? window.Gun : require("gun/gun");
3 var url = require('url'); 3 var url = require('url');
4 4
5 Gun.on('opt', function mount(ctx){ 5 Gun.on('opt', function mount(ctx){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!