commit | 24aa0053f7e5a3354674ce60d2fcbb2932daaf96 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Nov 10 11:00:34 2020 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Nov 10 11:00:34 2020 +0100 |
tree | 7dc33f6155ab885a956527772c39821295ebf7c3 | |
parent | a1a7392240f5d52d9ad6a204600b5157e094069e [diff] [blame] |
Rename private attribute _element to _el Change-Id: I9c7a31bd6844636737ffa6456562b997f5e370a3
diff --git a/dev/js/src/plugin/widget.js b/dev/js/src/plugin/widget.js index 5f8ca9a..48cc393 100644 --- a/dev/js/src/plugin/widget.js +++ b/dev/js/src/plugin/widget.js
@@ -32,8 +32,8 @@ show : function () { if (this._load) { - if (this._element) - this._element.classList.add('show'); + if (this._el) + this._el.classList.add('show'); return this._load; }