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

Chrome and IE LowerParams fix #136

Merged
merged 4 commits into from Mar 7, 2016
Merged

Chrome and IE LowerParams fix #136

merged 4 commits into from Mar 7, 2016

Conversation

adamtester
Copy link
Contributor

Fixes #135

@gbaudoin
Copy link

What is the StyleCI rule it is breaking ?

@adamtester
Copy link
Contributor Author

Not in the files I changed, I can fix them if you'd like?

src/Exceptions/BadRequestHttpException.php
and
src/JsValidationServiceProvider.php

@torrentalle
Copy link
Member

Yes please, can you fix it?

Thank's for your support

@adamtester
Copy link
Contributor Author

Should be it once Scrutinizer and Travis pass

@@ -376,7 +376,10 @@ $.extend(true, laravelValidation, {
* @return {boolean}
*/
Mimes: function(value, element, params) {
var lowerParams = $.map(params, String.toLowerCase);
var lowerParams = $.map(params, function(item, index) {
Copy link
Member

Choose a reason for hiding this comment

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

torrentalle added a commit that referenced this pull request Mar 7, 2016
@torrentalle torrentalle merged commit 1258fac into proengsoft:master Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants