Update gun-ws.js
Showing
1 changed file
with
1 additions
and
1 deletions
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){ | ... | ... |
-
Please register or sign in to post a comment