diff --git a/gun.js b/gun.js index 23055646..ae8920f7 100644 --- a/gun.js +++ b/gun.js @@ -1920,6 +1920,7 @@ })(USE, './adapters/localStorage'); ;USE(function(module){ + var Gun = USE('../index'); var Type = USE('../type'); function Mesh(ctx){ @@ -1941,7 +1942,7 @@ return; } // add hook for AXE? - //if (Gun.AXE && opt && opt.super) { Gun.AXE.say(msg, mesh.say, this); return; } // rogowski + if (Gun.AXE && opt && opt.super) { Gun.AXE.say(msg, mesh.say, this); return; } // rogowski mesh.say(msg); } diff --git a/src/adapters/mesh.js b/src/adapters/mesh.js index a94826f0..46bb3109 100644 --- a/src/adapters/mesh.js +++ b/src/adapters/mesh.js @@ -1,4 +1,4 @@ - +var Gun = require('../index'); var Type = require('../type'); function Mesh(ctx){