diff --git a/js/README.md b/js/README.md index 3e5e21abd..1ae271f08 100644 --- a/js/README.md +++ b/js/README.md @@ -24,6 +24,8 @@ For example : Having `(A)()(B)()` is different than `(A)();(B)();` ! -To avoid those problems simply add a leading semicolon on all JS files containing `()` at their end. +To avoid those problems simply add a leading semicolon on all JS files. -See https://stackoverflow.com/a/23056287 \ No newline at end of file +See : +https://stackoverflow.com/a/23056287 +https://github.com/Combodo/iTop/commit/3959ed505b324d26500c517731371ae318576af7 \ No newline at end of file