pico-engine-core
Advanced tools
Comparing version 0.15.4 to 0.15.5
{ | ||
"name": "pico-engine-core", | ||
"version": "0.15.4", | ||
"version": "0.15.5", | ||
"description": "The core javascript api for the pico-engine. (no http, logging, process management etc...)", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -147,6 +147,3 @@ var _ = require("lodash"); | ||
_.each(data["event:send"], function(o){ | ||
picoQ.enqueue(pico_id, { | ||
type: "event", | ||
event: o.event | ||
}, _.noop); | ||
signalEvent(o.event,callback); | ||
}); | ||
@@ -153,0 +150,0 @@ data = _.omit(data, "event:send"); |
55557
1767