JosephShenton / closure-library

Automatically exported from code.google.com/p/closure-library
1 stars 0 forks source link

Inconsistency in goog.text.LoremIpsum.prototype.generateParagraph #499

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is an inconsistency in the signature of 
goog.text.LoremIpsum.prototype.generateParagraph:

" * @param {boolean} opt_startWithLorem Whether to start the sentence with the"

The startWithLorem parameter is prefixed with opt_ but the parameter is not 
optional.

Original issue reported on code.google.com by a...@gmx.net on 17 Sep 2012 at 9:30