I'm using C2.1 with *flow*.
I have to call the method *delete* of a class, in a javascript function
of my controller layer.
Maybe delete is a keyword in javascript and when the function is called
I get this error:
SyntaxError: missing name after . operator
The code is:
myClass.delete(objectToDelete);
The same error using the function eval:
eval("myClass.delete(objectToDelete)");
Thanks.
Fabio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- RE: [flow] How can I "delete" in javascript? Fabio Sabatini
- RE: [flow] How can I "delete" in javasc... Luca Morandini
- RE: [flow] How can I "delete" in javasc... Christopher Oliver