Revert changes in minify example
This commit is contained in:
parent
9ba7fe6baa
commit
262986c6e9
|
|
@ -594,7 +594,7 @@ There is a single toplevel function, `minify(files, options)`, which will
|
|||
performs all the steps in a configurable manner.
|
||||
Example:
|
||||
```javascript
|
||||
var result = UglifyJS.minify("var b = function() {};", { fromString: true });
|
||||
var result = UglifyJS.minify("var b = function() {};");
|
||||
console.log(result.code); // minified output
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user