Skip to content

Commit

Permalink
Fix missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMorrowDrums committed Jul 14, 2016
1 parent ea41908 commit 2922ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interactions/panZoomInteractionTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ describe("Interactions", () => {
callback.called = false;
callback.reset = () => {
callback.called = false;
}
};
return callback;
}

Expand Down

0 comments on commit 2922ad7

Please sign in to comment.