Ticket #6081: tooltip_connectId.patch

File tooltip_connectId.patch, 416 bytes (added by rcoup, 10 months ago)
  • dijit/Tooltip.js

     
    180180 
    181181                        this._connectNodes = []; 
    182182                         
     183                        this.connectId = (dojo.isArrayLike(this.connectId)) ? this.connectId : [this.connectId]; 
     184                         
    183185                        dojo.forEach(this.connectId, function(id) { 
    184186                                var node = dojo.byId(id); 
    185187                                if (node) {