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){
...@@ -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 }());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!