RFC on Bug 4834: Don't set window.$ until the outro

RFC on Bug 4834: Don't set window.$ until the outro


Hey all,
I was wondering if anyone had any feedback, comments, or concerns
about the fix proposed in Bug 4834 http://dev.jquery.com/ticket/4834).
This bug describes a situation where jQuery introduces global
variables resulting in possible conflicts with other javascript
libraries on the page. The proposed solution is to defer the
assignment of global variables until the end of the jQuery library
definition.
Thanks!