diegoles / closure-library

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

Wrong annotation in goog.string.html.htmlSanitize #593

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
opt_urlPolicy and opt_nmTokenPolicy should be annotated as optional in 
goog.string.html.htmlSanitize

 * @param {?function(string) : string} opt_urlPolicy A transform to apply to URL
 *     attribute values.
 * @param {?function(string) : string} opt_nmTokenPolicy A transform to apply to

Thanks

Original issue reported on code.google.com by pablo.platt@gmail.com on 19 Sep 2013 at 3:01

GoogleCodeExporter commented 8 years ago

Original comment by nn...@google.com on 19 Sep 2013 at 3:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 6fc1268ee800.

Original comment by vbha...@google.com on 23 Sep 2013 at 10:32