mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
websocket ../index to ./index (#1235)
* Update sea.js * Update auth.js * Update sea.js * Update auth.js * Update rs3.js * added test for login via {pub} * gh page build * fix index path in websocket plugin
This commit is contained in:
parent
94ab05b032
commit
ced9cde41b
2
gun.js
2
gun.js
@ -1667,7 +1667,7 @@
|
||||
})(USE, './mesh');
|
||||
|
||||
;USE(function(module){
|
||||
var Gun = USE('../index');
|
||||
var Gun = USE('./index');
|
||||
Gun.Mesh = USE('./mesh');
|
||||
|
||||
// TODO: resync upon reconnect online/offline
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
var Gun = require('../index');
|
||||
var Gun = require('./index');
|
||||
Gun.Mesh = require('./mesh');
|
||||
|
||||
// TODO: resync upon reconnect online/offline
|
||||
|
Loading…
x
Reference in New Issue
Block a user