From: Mihai Bazon Date: Thu, 22 Aug 2013 07:10:25 +0000 (+0300) Subject: Remove --ie-proof from the readme. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1a95007ec103d8799b9f544948f81fa8c3c9dcb1;p=UglifyJS.git Remove --ie-proof from the readme. Fix #276 --- diff --git a/README.md b/README.md index ad394b25..4356d4f2 100644 --- a/README.md +++ b/README.md @@ -289,9 +289,6 @@ can pass additional arguments that control the code output: It doesn't work very well currently, but it does make the code generated by UglifyJS more readable. - `max-line-len` (default 32000) -- maximum line length (for uglified code) -- `ie-proof` (default `true`) -- generate “IE-proof” code (for now this - means add brackets around the do/while in code like this: `if (foo) do - something(); while (bar); else ...`. - `bracketize` (default `false`) -- always insert brackets in `if`, `for`, `do`, `while` or `with` statements, even if their body is a single statement.