Skip to content

Commit 96b772f

Browse files
committed
Runtime: Clean up.
1 parent edfc563 commit 96b772f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Frame.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,8 @@ function Code( data ) {
259259

260260
}
261261

262-
let animationId = 0;
263-
264262
function Animation( data ) {
265263

266-
this.id = animationId ++;
267264
this.name = data.name;
268265
this.start = data.start;
269266
this.end = data.end;

0 commit comments

Comments
 (0)