document the addclickhandler function for AdminBar

This commit is contained in:
Doug Bell 2010-07-15 13:41:27 -05:00
parent 7eb7b83eaa
commit 148bd7405b

View file

@ -982,6 +982,10 @@ WebGUI.Admin.AdminBar
this.maxHeight = YAHOO.util.Dom.getViewportHeight() - this.dtHeight;
};
/**
* addClickHandler( dt, dd )
* Add the correct click handler on the dt to show the dd.
*/
WebGUI.Admin.AdminBar.prototype.addClickHandler
= function ( dt, dd ) {
var self = this;