bug_2531590.html revision 16bf985814eb4faca3bc94d71f62465ec654919b
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script>
YUI().use(function(Y) {
var conf = {
combine: false,
require: ['widget-base'],
ignoreRegistered: true // force loader to include modules already on the page
},
L0 = new Y.Loader(conf),
L1 = new Y.Loader(conf),
mods0 = L0.resolve(true),
mods1 = L1.resolve(true);
console.log(mods0);
console.log(mods1);
}
});
</script>
</body>
</html>