Ticket #6081: tooltip_connectId.patch
| File tooltip_connectId.patch, 416 bytes (added by rcoup, 10 months ago) |
|---|
-
dijit/Tooltip.js
180 180 181 181 this._connectNodes = []; 182 182 183 this.connectId = (dojo.isArrayLike(this.connectId)) ? this.connectId : [this.connectId]; 184 183 185 dojo.forEach(this.connectId, function(id) { 184 186 var node = dojo.byId(id); 185 187 if (node) {