Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Elementor - scoping of self variable #479

Merged
merged 1 commit into from
May 27, 2024

Conversation

otrok7
Copy link
Collaborator

@otrok7 otrok7 commented May 27, 2024

No description provided.

@@ -498,7 +498,7 @@ function Crouton(config) {
callback();
};
self.updateMeetingCount = function(showingNow=null) {
self = this;
var self = this;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe const would be better style than var here

@otrok7 otrok7 merged commit 6b9466d into main May 27, 2024
2 checks passed
@otrok7 otrok7 deleted the Elementor-Fix--scoping-self-variable branch May 27, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants