Update sea.js

This commit is contained in:
MIMIZA 2020-06-24 10:42:03 +07:00
parent e74f4a00e2
commit feb54f024b

2
sea.js
View File

@ -1004,7 +1004,7 @@
return gun;
}
User.prototype.recall = function(opt, cb){
var gun = this, root = gun.back(-1);
var gun = this, root = gun.back(-1), tmp;
opt = opt || {};
if(opt && opt.sessionStorage){
if(SEA.window){