chore(diff) add " "

This commit is contained in:
coderaiser 2014-01-22 07:31:03 -05:00
parent 25bf6c0f01
commit a0b388c4d0

View file

@ -16,9 +16,8 @@
var patches = dmp.patch_fromText(patch),
result = dmp.patch_apply(patches, oldText),
newText = result[0];
return newText;
};
};
})(this);