Update gun-ws.js
Showing
1 changed file
with
2 additions
and
2 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){ |
... | @@ -120,4 +120,4 @@ | ... | @@ -120,4 +120,4 @@ |
120 | } | 120 | } |
121 | }); | 121 | }); |
122 | var noop = function(){}; | 122 | var noop = function(){}; |
123 | }()); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
123 | }()); | ... | ... |
-
Please register or sign in to post a comment