Add missing newline after javascript codeblock

This commit is contained in:
Uli Köhler 2013-02-09 20:07:16 +01:00
parent d89946757f
commit a9c0fc4798

View File

@ -192,6 +192,7 @@ dead code removal UglifyJS will discard the following from the output:
console.log("debug stuff");
}
```
UglifyJS will warn about the condition being always false and about dropping
unreachable code; for now there is no option to turn off only this specific
warning, you can pass `warnings=false` to turn off *all* warnings.