mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Refix rad.js
This commit is contained in:
parent
65bf80e671
commit
630bc74b77
2
rad.js
2
rad.js
@ -1,5 +1,5 @@
|
||||
;(function(){ // RAD
|
||||
console.log("Warning: Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha.");
|
||||
console.warn("Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha.");
|
||||
var sT = setTimeout, Book = sT.Book || require('gun/src/book'), RAD = sT.RAD || (sT.RAD = function(opt){
|
||||
opt = opt || {};
|
||||
opt.file = String(opt.file || 'radata');
|
||||
|
Loading…
x
Reference in New Issue
Block a user