What steps will reproduce the problem?
Go to
http://docs.closure-library.googlecode.com/git/closure_goog_array_array.js.html
What is the expected output? What do you see instead?
The function signature for goog.array.forEach is displayed as:
goog.array.forEach(arr, arr, arr, f, f, f, opt_obj, opt_obj, opt_obj)
Unless I'm missing something, it should be:
goog.array.forEach(arr, f, opt_obj)
If this is the expected documentation, it is very confusing and should be
explained.
What version of the product are you using? On what operating system?
Viewing the documentation in Chrome on Ubuntu.
Original issue reported on code.google.com by alexande...@google.com on 17 Dec 2013 at 12:46
Original issue reported on code.google.com by
alexande...@google.com
on 17 Dec 2013 at 12:46