Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaviththiranga committed Dec 15, 2012
1 parent c8eeb88 commit 83329ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/manual/en-US/chapters/packages/media.md
Expand Up @@ -62,13 +62,13 @@ Example : How to use JMediaCompressor::compressFile()

##### Available options for compressors.

- `REMOVE_COMMENTS : boolean :- Defines whether to remove comments or not`
- `overwrite : boolean :- To define whether to overwrite if destination file already exists`
- `REMOVE_COMMENTS : boolean :- Defines whether to remove comments or not`
- `overwrite : boolean :- To define whether to overwrite if destination file already exists`

specific options to `JMediaCompressorCss`
specific options to `JMediaCompressorCss`

- `MIN_COLOR_CODES : boolean :- To define whether try to compress HTML Color codes`
- `LIMIT_LINE_LENGTH : boolean :- To define whether to break compressed content in to few lines`
- `MIN_COLOR_CODES : boolean :- To define whether try to compress HTML Color codes`
- `LIMIT_LINE_LENGTH : boolean :- To define whether to break compressed content in to few lines`

#### JMediaCollection

Expand Down

0 comments on commit 83329ce

Please sign in to comment.