43607ae2 by Lorenzo Mangani Committed by GitHub

Update gun-ws.js

1 parent 083ee4c6
;(function(){
var Gun = (typeof window !== "undefined")? window.Gun : require('gun');
var Gun = (typeof window !== "undefined")? window.Gun : require("gun/gun");
var url = require('url');
Gun.on('opt', function mount(ctx){
......@@ -120,4 +120,4 @@
}
});
var noop = function(){};
}());
\ No newline at end of file
}());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!