mirror of
https://github.com/amark/gun.git
synced 2025-06-06 14:16:44 +00:00
fix typo. Index space now in ALPHA! :) :)
This commit is contained in:
parent
443be3b222
commit
9b84e2904e
2
gun.js
2
gun.js
@ -475,7 +475,7 @@
|
|||||||
if(env.soul){
|
if(env.soul){
|
||||||
at.rel = Val.rel.ify(env.soul);
|
at.rel = Val.rel.ify(env.soul);
|
||||||
}
|
}
|
||||||
env.shell = as.shell;
|
env.shell = (as||{}).shell;
|
||||||
env.graph = env.graph || {};
|
env.graph = env.graph || {};
|
||||||
env.seen = env.seen || [];
|
env.seen = env.seen || [];
|
||||||
env.as = env.as || as;
|
env.as = env.as || as;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user