fix event removal in diff

fix CI
This commit is contained in:
Leo Horie 2016-08-12 22:08:02 -04:00
parent fc9d4f2ee4
commit 6c3036e5c6
10 changed files with 37 additions and 67 deletions

View file

@ -1,4 +1,5 @@
new function() {
var Stream = function(log) {
var guid = 0, noop = function() {}, HALT = {}
function createStream() {