Morgan Cheng![]()
This module is to provide smarter module loading mechanism than current YUI default loader.
For the time being, YUI loader has deficiency that it cannot download modules in parallel for below case
YUI().use('*', function(Y) {
Y.use('module1', function(Y) {
});Y.use('module2', function(Y) {
});});
This modules tries to provide better parallel downloading mechanism.
YUI().use('gallery-smart-loader', function(Y) {
});No forum posts for this module.
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info