Merge pull request #5965 from aroder/patch-1

Update diff.d.ts
This commit is contained in:
Horiuchi_H
2015-09-25 17:45:40 +09:00

2
diff/diff.d.ts vendored
View File

@@ -39,6 +39,8 @@ declare module JsDiff {
function diffWordsWithSpace(oldStr:string, newStr:string):IDiffResult[];
function diffJson(oldObj: Object, newObj: Object): IDiffResult[];
function diffLines(oldStr:string, newStr:string):IDiffResult[];
function diffCss(oldStr:string, newStr:string):IDiffResult[];