This commit is contained in:
Leo Horie 2016-11-15 23:20:22 -05:00
parent 6ce2a384ec
commit 5552ef31b1
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
"use strict"
var guid = 0, noop = function() {}, HALT = {}
var guid = 0, HALT = {}
function createStream() {
function stream() {
if (arguments.length > 0 && arguments[0] !== HALT) updateStream(stream, arguments[0])