mirror of
https://github.com/amark/gun.git
synced 2025-06-05 21:56:51 +00:00
bump path
This commit is contained in:
parent
78a40daf46
commit
3688ba1cc6
2
rad.js
2
rad.js
@ -1,6 +1,6 @@
|
||||
;(function(){ // RAD
|
||||
console.log("Warning: 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/lib/book'), RAD = sT.RAD || (sT.RAD = function(opt){
|
||||
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');
|
||||
var log = opt.log || nope;
|
||||
|
Loading…
x
Reference in New Issue
Block a user