id	summary	reporter	owner	description	type	status	priority	milestone	resolution	keywords	cc
36	Preparing Files for JsDoc: Only the first (if any) function is converted to right syntax	anonymous	tobi	"There is a little bug in lib.xml:

{{{
var functionReg = /^(\s*)function (.*)\(/gi; 
}}}
this regExp matches only the first (if any) function in a file.

should be changed to:
{{{
var functionReg = /(\s*)function (.*)\(/gi; 
}}}


"	defect	closed	normal	Release 1.2	fixed		
