mirror of
https://github.com/amark/gun.git
synced 2025-06-06 22:26:48 +00:00
boo
This commit is contained in:
parent
b713578607
commit
dc82d09ed9
@ -1,5 +1,5 @@
|
|||||||
{ "name": "gun"
|
{ "name": "gun"
|
||||||
, "version": "0.0.1f"
|
, "version": "0.0.1g"
|
||||||
, "author": "Mark Nadal"
|
, "author": "Mark Nadal"
|
||||||
, "description": "Graph engine."
|
, "description": "Graph engine."
|
||||||
, "engines": {
|
, "engines": {
|
||||||
|
2
shots.js
2
shots.js
@ -208,7 +208,7 @@ module.exports = require('theory')
|
|||||||
(function(){
|
(function(){
|
||||||
if(opt.src && opt.src.send){
|
if(opt.src && opt.src.send){
|
||||||
var m = {count: 1};
|
var m = {count: 1};
|
||||||
opt.src.send(m);
|
a.com.send(m);
|
||||||
console.log("send that pumping message!", m);
|
console.log("send that pumping message!", m);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user