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

@ -7,3 +7,4 @@ tests
test-utils test-utils
ospec ospec
mithril.js mithril.js
mithril.min.js

View file

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