MDL-36752 Be more specific about tooltip selectors

This commit is contained in:
Andrew Robert Nicols
2012-11-27 14:51:05 +00:00
parent f6183fa162
commit 1ca16a9b59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1425,7 +1425,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) {