From dd1628b676cc4a3db607e38a626955ac4260c07f Mon Sep 17 00:00:00 2001 From: Anup Bishnoi Date: Tue, 17 Oct 2017 13:28:52 -0700 Subject: [PATCH] fixed the fix --- test/data/LocalDataSource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/LocalDataSource.js b/test/data/LocalDataSource.js index 17fd43a9..fc631ce3 100644 --- a/test/data/LocalDataSource.js +++ b/test/data/LocalDataSource.js @@ -96,7 +96,7 @@ LocalSource.prototype = { observer.onCompleted(); } - if (wait === false) { + if (wait === undefined) { exec(); } else { setTimeout(exec, wait);