From 195466e0da3cf9a38361a91d7a783edf924bbb43 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 29 Apr 2014 09:06:44 -0400 Subject: [PATCH] docs(help) add diff-match-patch --- HELP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HELP.md b/HELP.md index a4ff7c17..214f8cc5 100644 --- a/HELP.md +++ b/HELP.md @@ -332,6 +332,7 @@ Additional modules list To extend capabilities of file manager next modules used: - [Ace] [AceURL] +- [Diff-Match-Patch] [Diff-Match-PatchURL] - [Minify] [MinifyURL] - [FancyBox] [FancyBoxURL] - [jQuery-contextMenu] [jQuery-contextMenuURL] @@ -345,6 +346,7 @@ To extend capabilities of file manager next modules used: - [mkdirp] [mkdirpURL] [AceURL]: http://ace.ajax.org/ "Ace" +[Diff-Match-PatchURL]: https://code.google.com/p/google-diff-match-patch/ "Diff-Match-Patch" [MinifyURL]: http://coderaiser.github.io/minify "Minify" [FancyBoxURL]: //github.com/fancyapps/fancyBox "FancyBox" [jQuery-contextMenuURL]: //github.com/medialize/jQuery-contextMenu "jQuery-contextMenu"