Comparing version 0.0.9 to 0.0.10
@@ -61,3 +61,3 @@ (function (root, factory) { | ||
}, true); | ||
if (isUndefined(ns.val)) ns(acc); | ||
if (!ns.hasVal) ns(acc); | ||
return ns; | ||
@@ -64,0 +64,0 @@ }); |
{ | ||
"name": "flyd", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "The less is more, modular, functional reactive programming library", | ||
@@ -5,0 +5,0 @@ "main": "flyd.js", |
71802