Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix beakerx global variable initialization #59

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

martinRenou
Copy link
Collaborator

No description provided.

@@ -70,9 +70,7 @@ function extendWindowObject() {
prefs: bkObject.beakerObj.prefs,
};

if (!window.beakerx) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Because window.beakerx is always defined since #56, this would always be evaluated to false.

@martinRenou martinRenou marked this pull request as draft May 5, 2021 13:13
@martinRenou martinRenou force-pushed the fix_beakerx_var branch 2 times, most recently from 8b3becb to 6835330 Compare May 5, 2021 13:14
@martinRenou martinRenou marked this pull request as ready for review May 5, 2021 13:19
@ildipo ildipo merged commit 6fcf1b5 into twosigma:master Jun 21, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants