You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/diffDOM/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ interface DiffDOMOptions {
105
105
maxDepth: number|false// False or a numeral. If set to a numeral, limits the level of depth that the the diff mechanism looks for differences. If false, goes through the entire tree.
106
106
maxChildCount: number// False or a numeral. If set to a numeral, only does a simplified form of diffing of contents so that the number of diffs cannot be higher than the number of child nodes.
107
107
valueDiffing: boolean// Whether to take into consideration the values of forms that differ from auto assigned values (when a user fills out a form).
108
-
caseSensitive: boolean// Whether to preserve the case of an input string. Important when including CML (XHTML, SVG, etc.)
108
+
caseSensitive: boolean// Whether to preserve the case of an input string. Important when including CML (XHTML, SVG, etc.)
109
109
// syntax: textDiff: function (node, currentValue, expectedValue, newValue)
0 commit comments