fix up comments option

This commit is contained in:
Sebastian McKenzie
2014-11-17 11:59:52 +11:00
parent 885d65f9de
commit 8a9a205122
4 changed files with 16 additions and 18 deletions

View File

@@ -124,7 +124,11 @@ to5.transformFile("filename.js", options, function (err, result) {
// Optionally replace all 6to5 helper declarations with a referenece to this
// variable. If set to `true` then the default namespace is used "to5Runtime".
// Default: false
runtime: true
runtime: true,
// Output comments in generated output
// Default: true
comments: false
}
```