.inArray method compares values strictly, adding a line about it#470
.inArray method compares values strictly, adding a line about it#470baamenabar wants to merge 1 commit into
Conversation
|
Hi @baamenabar : We'd like everyone who contributes to any of jQuery's repos to sign a Contributor License Agreement (CLA). Would you mind doing that at http://contribute.jquery.org/CLA/? Let me know when you've signed it, so we can get your pull request merged in. |
|
Helló, no problem, just signed the CLA with the same public email from my github account. |
|
Thanks, @baamenabar. Actually, the email you sign the CLA with should be the same as the one in your git config ( ...@fliin.com? ). |
|
oh! that one! Agustín Amenabar On Tue, Jul 8, 2014 at 3:59 PM, Karl Swedberg notifications@github.com
|
|
Hi @baamenabar, I'm about to merge in your pull request. I hope you don't mind I modified it a bit. I did make sure that it kept your authorship intact, though, so you get credit. 😄 |
|
Great! thanks, reads much better now. |
The comparison of values within the jQuery.inArray method is made strictly. Added a line stating so with a small example.