Skip to content

Commit

Permalink
[Release] v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed May 4, 2020
1 parent e935f00 commit faeb50d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dist/lib/en/instagram-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class InstagramWidget extends HTMLElement {
this.build_html();
window.addEventListener("resize", function(event) {
this.resize(event);
}.bind(this), false);
}.bind(this), false);
}.bind(this));
}.bind(this));
}

static get observedAttributes() {
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/en/instagram-widget.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib/it/instagram-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class InstagramWidget extends HTMLElement {
this.build_html();
window.addEventListener("resize", function(event) {
this.resize(event);
}.bind(this), false);
}.bind(this), false);
}.bind(this));
}.bind(this));
}

static get observedAttributes() {
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/it/instagram-widget.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib/pl/instagram-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class InstagramWidget extends HTMLElement {
this.build_html();
window.addEventListener("resize", function(event) {
this.resize(event);
}.bind(this), false);
}.bind(this), false);
}.bind(this));
}.bind(this));
}

static get observedAttributes() {
Expand Down

0 comments on commit faeb50d

Please sign in to comment.