Skip to content

Commit 2922ad7

Browse files
Fix missing colon
1 parent ea41908 commit 2922ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interactions/panZoomInteractionTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ describe("Interactions", () => {
604604
callback.called = false;
605605
callback.reset = () => {
606606
callback.called = false;
607-
}
607+
};
608608
return callback;
609609
}
610610

0 commit comments

Comments
 (0)