MDL-21400 removing some YUI2 extras

This commit is contained in:
Petr Skoda
2010-02-06 15:59:29 +00:00
parent 3244d9cc57
commit 26114d526f
2 changed files with 3 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ M.util.CollapsibleRegion.prototype.icon = null;
* on-the-fly asynchronously
*/
M.util.init_help_icons = function(Y) {
Y.use('yui2-dom, yui2-container, io', function(Y) {
Y.use('io', 'yui2-dom', 'yui2-container', function(Y) {
// remove all titles, they would obscure the YUI tooltip
Y.all('span.helplink a').each(function(node) {
node.set('title', '');