CIRCChannel.on349 Member

Syntax

object.on349(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_endofexcepts(e)
{
if ("pendingExceptList" in this)
return;
this.display(getMsg(MSG_EXCEPTLIST_END, this.unicodeName), "EXCEPT");
}