mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Type parameter is optional
This commit is contained in:
parent
43a9100c91
commit
605a587bca
@ -463,7 +463,7 @@ Comment this out (for now)
|
||||
* @param _type is an optional parameter which specifies a class/interface
|
||||
* the elements have to be instanceOf.
|
||||
*/
|
||||
iterateOver(_callback, _context, _type)
|
||||
iterateOver(_callback, _context, _type?)
|
||||
{
|
||||
if (typeof _type == "undefined") {
|
||||
_type = et2_widget;
|
||||
|
Loading…
Reference in New Issue
Block a user