Skip to content

Commit

Permalink
Something something Tick
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Oct 16, 2023
1 parent 5625392 commit 1d75dbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nodes/tick.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,4 @@ export default function Tick(context, options) {
A noop method, provided to echo the interface of other generators.
**/

assign(Tick.prototype, Playable.prototype, {
stop: noop
});
assign(Tick.prototype, Playable.prototype);

0 comments on commit 1d75dbb

Please sign in to comment.