Skip to content

Commit

Permalink
cover
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Apr 21, 2023
1 parent b78f5c5 commit fcaf8a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/fedeghe/interval/badge.svg?branch=master)](https://coveralls.io/github/fedeghe/interval?branch=master)
# interval <sub><small>(v. 1.0.27)</small></sub>
# interval <sub><small>(v. 1.0.28)</small></sub>

A really simple tool meant to replace `setInterval`
primarily providing a stable interval execution, moreover can be paused and resumed
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var interval = (function () {
}

function runHooks (instance, which, params) {
params = params || {};
which in instance.subscribers &&
instance.subscribers[which].forEach(
function (subscriber) { subscriber(Object.assign({}, params, { instance: instance })); }
Expand Down

0 comments on commit fcaf8a3

Please sign in to comment.