diff options
author | Mihai Bazon <mihai@bazon.net> | 2013-08-22 10:10:25 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2013-08-22 10:10:25 +0300 |
commit | 1a95007ec103d8799b9f544948f81fa8c3c9dcb1 (patch) | |
tree | 7184e495bd40763d4f0e3dd52a937ecec56a4823 | |
parent | ed80b4a534083510082419b305e0b60b395b10c6 (diff) | |
download | tracifyjs-1a95007ec103d8799b9f544948f81fa8c3c9dcb1.tar.gz tracifyjs-1a95007ec103d8799b9f544948f81fa8c3c9dcb1.zip |
Remove --ie-proof from the readme.
Fix #276
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |