MDL-36752 Be more specific about tooltip selectors

This commit is contained in:
Andrew Robert Nicols
2012-11-27 14:45:47 +00:00
parent e002d5e435
commit c44a8dfed5
2 changed files with 2 additions and 2 deletions

View File

@@ -1478,7 +1478,7 @@ M.util.help_icon = {
return;
}
this.Y = Y;
Y.one('body').delegate('click', this.display, 'span.helplink a', this);
Y.one('body').delegate('click', this.display, 'span.helplink a.tooltip', this);
this.initialised = true;
},
add : function(Y, properties) {