adding missing type documentation to public fields

This commit is contained in:
Troy McKinnon
2015-07-13 16:35:54 -05:00
parent daa7145ee4
commit 68dbb71610
5 changed files with 24 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ goog.require('goog.userAgent');
/**
* Class for an editable dropdown field.
* @param {(!Array.<string>|!Function)} menuGenerator An array of options
* @param {(!Array.<!Array.<string>>|!Function)} menuGenerator An array of options
* for a dropdown list, or a function which generates these options.
* @param {Function} opt_changeHandler A function that is executed when a new
* option is selected, with the newly selected value as its sole argument.