Skip to content

Commit

Permalink
Ensure timeline handles are always truthy. (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif authored Aug 28, 2019
1 parent dd34d41 commit 7ec55f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/addons/src/animation/timeline.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let channelHandles = 0;
let animationHandles = 0;
let channelHandles = 1;
let animationHandles = 1;

export class Timeline {
constructor() {
Expand Down

0 comments on commit 7ec55f3

Please sign in to comment.