Merge pull request #174 from dsabanin/patch-1

Add maxLineLengthHighlight to TypeScript definitions.
This commit is contained in:
Rodrigo Fernandes 2018-09-02 12:03:12 +01:00 committed by GitHub
commit 8116017763
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 {