fix uppercase License Preserve

This commit is contained in:
tomByrer 2014-04-20 13:17:06 -06:00
parent fa4914b17b
commit 391b9e750e

View File

@ -88,7 +88,7 @@ The available options are:
only comments that match. only comments that match.
For example, to keep JSDoc-style comments that contain For example, to keep JSDoc-style comments that contain
"@license" or "@preserve", use this option: "@license" or "@preserve", use this option:
`comments: /@license|@licence|@preserve/` `comments: /@[Ll]icen[sc]e|@[Pp]reserve/`
Note that currently not *all* comments can be kept when Note that currently not *all* comments can be kept when
compression is on, because of dead code removal or compression is on, because of dead code removal or
cascading statements into sequences. [string] cascading statements into sequences. [string]