mirror of
https://github.com/amark/gun.git
synced 2025-06-07 06:36:46 +00:00
Merge branch 'master' of http://github.com/amark/gun
This commit is contained in:
commit
7335f8c866
2
gun.js
2
gun.js
@ -1673,7 +1673,7 @@
|
|||||||
})(USE, './mesh');
|
})(USE, './mesh');
|
||||||
|
|
||||||
;USE(function(module){
|
;USE(function(module){
|
||||||
var Gun = USE('../index');
|
var Gun = USE('./index');
|
||||||
Gun.Mesh = USE('./mesh');
|
Gun.Mesh = USE('./mesh');
|
||||||
|
|
||||||
// TODO: resync upon reconnect online/offline
|
// TODO: resync upon reconnect online/offline
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
var Gun = require('../index');
|
var Gun = require('./index');
|
||||||
Gun.Mesh = require('./mesh');
|
Gun.Mesh = require('./mesh');
|
||||||
|
|
||||||
// TODO: resync upon reconnect online/offline
|
// TODO: resync upon reconnect online/offline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user