mirror of
https://github.com/amark/gun.git
synced 2025-06-06 06:06:50 +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){
|
||||
var Gun = require('./root');
|
||||
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'){
|
||||
var gun, back = this, cat = back._;
|
||||
var next = cat.next || empty, tmp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user