Skip to content

Commit

Permalink
Merge pull request #1024 from liferay/develop
Browse files Browse the repository at this point in the history
v2.1.11
  • Loading branch information
jbalsas authored Jun 18, 2018
2 parents 2bca773 + 7ba17c1 commit c733cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/clay-tooltip/src/ClayTooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ class ClayTooltip extends Component {

this._eventHandler.removeAllListeners();

for (let selector of newSelectors) {
for (let i = 0, l = newSelectors.length; i < l; i++) {
const selector = newSelectors[i];

this._eventHandler.add(
dom.delegate(
document,
Expand Down

0 comments on commit c733cf2

Please sign in to comment.