I am using YUI 2.7.0 and the YUI Loader in several places in one page, and FireBug shows me that, for instance, yahoo-dom-event.js is being loaded several times (by pretty much all of the loader instances).
If my page has two "modules", and each one creates a YUI container, and uses the YUI loader to do so, then FireBug shows me that "container-min.js" is being requested twice.
Is this correct? Or am I doing something wrong?