aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2013-08-22 10:10:25 +0300
committerMihai Bazon <mihai@bazon.net>2013-08-22 10:10:25 +0300
commit1a95007ec103d8799b9f544948f81fa8c3c9dcb1 (patch)
tree7184e495bd40763d4f0e3dd52a937ecec56a4823
parented80b4a534083510082419b305e0b60b395b10c6 (diff)
downloadtracifyjs-1a95007ec103d8799b9f544948f81fa8c3c9dcb1.tar.gz
tracifyjs-1a95007ec103d8799b9f544948f81fa8c3c9dcb1.zip
Remove --ie-proof from the readme.
Fix #276
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
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.