From a6a4de320a7c23afae35b0ff07a8eaf5f939309d Mon Sep 17 00:00:00 2001 From: Meghea Iulian Date: Thu, 2 Nov 2017 17:34:33 +0200 Subject: [PATCH] Fix typos --- cosmoz-tabbable-behavior.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmoz-tabbable-behavior.html b/cosmoz-tabbable-behavior.html index 9fa43e0..7822eab 100644 --- a/cosmoz-tabbable-behavior.html +++ b/cosmoz-tabbable-behavior.html @@ -220,7 +220,7 @@ }, _onDescendantIronResize(event) { - if (this._notifyingDescendant || !this.isVisible) { + if (this._notifyingDescendant || !this._isVisible) { event.stopPropagation(); return; } @@ -253,7 +253,7 @@ } }); - if (!this.isVisible) { + if (!this._isVisible) { // Fire resize on tab change only if this element is visible return; }