mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
remove unnecessary comment
This commit is contained in:
parent
7e61d36a2a
commit
ef0b1aa212
1
gun.js
1
gun.js
@ -1443,7 +1443,6 @@
|
|||||||
;require(function(module){
|
;require(function(module){
|
||||||
var Gun = require('./root');
|
var Gun = require('./root');
|
||||||
Gun.chain.get = function(key, cb, as){
|
Gun.chain.get = function(key, cb, as){
|
||||||
//if(!as || !as.path){ var back = this._.root; } // TODO: CHANGING API! Remove this line!
|
|
||||||
if(typeof key === 'string'){
|
if(typeof key === 'string'){
|
||||||
var gun, back = this, cat = back._;
|
var gun, back = this, cat = back._;
|
||||||
var next = cat.next || empty, tmp;
|
var next = cat.next || empty, tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user