Add maxLineLengthHighlight to TypeScript definitions.

This commit is contained in:
Dima Sabanin 2018-09-01 17:09:40 -04:00 committed by GitHub
parent fe6fad4587
commit 22c48033ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ declare namespace Diff2Html {
synchronisedScroll?: boolean;
matchWordsThreshold?: number;
matchingMaxComparisons?: number;
maxLineLengthHighlight?: number;
}
export interface Line {