Skip to content

Commit

Permalink
fixed the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncanup committed Oct 17, 2017
1 parent 099a6db commit dd1628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/LocalDataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ LocalSource.prototype = {
observer.onCompleted();
}

if (wait === false) {
if (wait === undefined) {
exec();
} else {
setTimeout(exec, wait);
Expand Down

0 comments on commit dd1628b

Please sign in to comment.