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

Added method prefix #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added method prefix #6

wants to merge 2 commits into from

Conversation

mbrowne
Copy link

@mbrowne mbrowne commented Jul 24, 2015

Added a default prefix of an underscore to all methods added to native prototypes.

Note: After updating the tests, all tests passed except the underscore.string test of _classify(). I then checked the original repo and noticed it wasn't passing there either - maybe due to some change in the latest version of Underscore? In any case, I updated the test so it passes.

Resolves #5

Added method prefix, used for methods added to native prototypes
@mbrowne
Copy link
Author

mbrowne commented Jul 24, 2015

I forgot to mention...I used uglifyjs to create the minified version in the dist folder, but I noticed it wasn't minified in the same way as the original. I thought I'd mention this in case you want to generate the minified file with your preferred minifier.

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.

Method prefix
1 participant