Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 24, 2019
1 parent 5981be8 commit db722c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtime/samples/ondestroy-deep/destroyed.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export let destroyed = [];
export const destroyed = [];

export const reset = () => destroyed.length = 0;

0 comments on commit db722c8

Please sign in to comment.