Maheshjayachandran / closure-library

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

goog.Uri.QueryData.getKeys() should return {!Array}, not {Array} #431

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Likewise for getValues().

This code:

http://closure-library.googlecode.com/svn/docs/closure_goog_uri_uri.js.source.ht
ml#line1297

can never return a null reference, but it is annotated such that it could. 

This makes using goog.array.zip less convenient, since it requires non-nullable 
arrays as inputs.

Original issue reported on code.google.com by mh...@google.com on 6 Mar 2012 at 2:59

GoogleCodeExporter commented 9 years ago

Original comment by chrishe...@google.com on 6 Mar 2012 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by Nicholas.J.Santos on 10 Mar 2012 at 12:43