in closure/goog/demos/samplecomponent.js, decorateInternal is defined as
follows:
/**
* Decorates an existing HTML DIV element as a SampleComponent.
*
* @param {HTMLElement} element The DIV element to decorate. The element's
* text, if any will be used as the component's label.
*/
goog.demos.SampleComponent.prototype.decorateInternal = function(element) {
@param {HTMLElement} should be changed to @param {Element}
Original issue reported on code.google.com by bolinf...@gmail.com on 9 Jan 2011 at 1:52
Original issue reported on code.google.com by
bolinf...@gmail.com
on 9 Jan 2011 at 1:52