diegoles / closure-library

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

goog.array.forEach documentation incorrect #534

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. go to 
http://closure-library.googlecode.com/svn/docs/closure_goog_array_array.js.html
2. look at goog.array.forEach
3.

What is the expected output? What do you see instead?
Parameters should be (arr, f, opt_obj)
I see that the parameters are tripled (arr, arr, arr, f, f, f, opt_obj ...)

What version of the product are you using? On what operating system?
Chrome.

Please provide any additional information below.

Note: we cannot accept patches without the contributor license agreement
being signed. See http://code.google.com/p/closure-
library/wiki/Contributors for more info.

Original issue reported on code.google.com by asy...@google.com on 31 Jan 2013 at 7:52

GoogleCodeExporter commented 8 years ago

Original comment by pall...@google.com on 30 Jul 2013 at 7:56