Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Nov 3, 2017
1 parent f5ef3dd commit a6a4de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmoz-tabbable-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
},

_onDescendantIronResize(event) {
if (this._notifyingDescendant || !this.isVisible) {
if (this._notifyingDescendant || !this._isVisible) {
event.stopPropagation();
return;
}
Expand Down Expand Up @@ -253,7 +253,7 @@
}
});

if (!this.isVisible) {
if (!this._isVisible) {
// Fire resize on tab change only if this element is visible
return;
}
Expand Down

0 comments on commit a6a4de3

Please sign in to comment.