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

moves bugfix from compiled files to source files #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glebec
Copy link

@glebec glebec commented May 4, 2016

Pull request #8 fixed a bug but incorrectly applied the fix to the compiled js folder un-minified file. The source in lib was unaffected, meaning the minified file was also unaffected.

This PR does nothing except for move that bugfix into the lib/genetic.js file and re-make the final js files. Well, it also changes the unnecessary bracket syntax in the fix to dot syntax, but that is irrelevant from a functionality perspective.

YuriGor added a commit to YuriGor/genetic-js that referenced this pull request Oct 1, 2017
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.

1 participant