mirror of
https://github.com/amark/gun.git
synced 2025-06-05 21:56:51 +00:00
fix typo, version bump
This commit is contained in:
parent
86334d76eb
commit
eebb9f2abb
2
gun.js
2
gun.js
@ -1803,7 +1803,7 @@
|
|||||||
})(USE, './adapters/localStorage');
|
})(USE, './adapters/localStorage');
|
||||||
|
|
||||||
;USE(function(module){
|
;USE(function(module){
|
||||||
var Type = USE('./type');
|
var Type = USE('../type');
|
||||||
|
|
||||||
function Mesh(ctx){
|
function Mesh(ctx){
|
||||||
var mesh = function(){};
|
var mesh = function(){};
|
||||||
|
2
gun.min.js
vendored
2
gun.min.js
vendored
File diff suppressed because one or more lines are too long
@ -56,7 +56,7 @@ var url = require('url');
|
|||||||
Gun.on('opt', function(ctx){
|
Gun.on('opt', function(ctx){
|
||||||
var opt = ctx.opt;
|
var opt = ctx.opt;
|
||||||
if(false === opt.ws){
|
if(false === opt.ws){
|
||||||
this.to.next();
|
this.to.next(ctx);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gun",
|
"name": "gun",
|
||||||
"version": "0.9.99",
|
"version": "0.9.991",
|
||||||
"description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
|
"description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"browser": "gun.min.js",
|
"browser": "gun.min.js",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
var Type = require('./type');
|
var Type = require('../type');
|
||||||
|
|
||||||
function Mesh(ctx){
|
function Mesh(ctx){
|
||||||
var mesh = function(){};
|
var mesh = function(){};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user