is not a function, it is object why?

Hello…

i recieve this error:

Exception Object: org.mozilla.javascript.EcmaError: TypeError: XMLFileProcess is not a function, it is object.

i don’t know why it works perfectly i haven’t od any changes to the functions.

DEK4:
Hello…

i recieve this error:

Exception Object: org.mozilla.javascript.EcmaError: TypeError: XMLFileProcess is not a function, it is object.

i don’t know why it works perfectly i haven’t od any changes to the functions.

Can you show the code where the error is?

Gianluca

SOLVED.

the problem was variables, i declare it in this way:

/** @type {XMLList} */ var _c

the correct way is:

/** @type {XMLList} */ 
	var _c

thanks