lint
This commit is contained in:
parent
6ce2a384ec
commit
5552ef31b1
2 changed files with 2 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue