[Prototype-core] Re: prototype and js-packer

2007-08-07 Thread Mislav Marohnić
Looks OK. How does the rest of the core team feel about this? Do we need semicolons after: 1. conditional blocks, 2. function definitions (not function literals)? Thanks, - Mislav On 8/6/07, jdalton [EMAIL PROTECTED] wrote: Repatched per Mislavs request:

[Prototype-core] Re: prototype and js-packer

2007-08-07 Thread Andrew Dupont
No - that'd be incorrect in both cases. Semicolons are needed when a line is ended with the closing brace of a function literal or object literal, but not when a line is ended with the closing brace of a control structure. Cheers, Andrew On Aug 7, 1:09 pm, Mislav Marohnić [EMAIL PROTECTED]

[Prototype-core] Event.intercept() possible addition...

2007-08-07 Thread jdalton
Hiya, Since I discussed some of the issue with the new Event.observe('contentloaded', ...); http://groups.google.com/group/prototype-core/browse_thread/thread/7585f524ad59a987 1) window.onload trigger being called while still executing contentloaded callbacks... 2) preserve proper first in