Comments in JavaScript Permanently deleted user 创建于 2005年12月29日 17:44 Consider the following line of code:debugger; // DebuggerReformating code turns it into 2 lines:debugger;// DebuggerIs there a setting I can change to avoid that or is this a bug?Thanks,Amnon