for testing @rogowski 's awesome work

This commit is contained in:
Mark Nadal 2019-08-29 14:43:47 -07:00
parent aa558f0706
commit a34e90e868

View File

@ -1,4 +1,5 @@
;(function(){
console.log("RADISK 2!!!!");
function Radisk(opt){
@ -515,7 +516,7 @@
window.Radisk = Radisk;
} else {
var Gun = require('../gun');
var Radix = require('./radix');
var Radix = require('./radix2');
try{ module.exports = Radisk }catch(e){}
}