We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5e65f commit 1de4b8cCopy full SHA for 1de4b8c
app/code/Magento/Customer/Test/Unit/Block/Widget/DobTest.php
@@ -547,7 +547,7 @@ public function testGetHtmlExtraParamsWithRequiredOption()
547
->with('{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"},"validate-dob":true}')
548
->will(
549
$this->returnValue(
550
- '{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"},"validate-dob":true}'
+ '{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"},"validate-dob":true}'
551
)
552
);
553
app/code/Magento/Customer/view/frontend/web/js/validation.js
@@ -3,7 +3,7 @@ require([
3
'moment',
4
'jquery/validate',
5
'mage/translate',
6
-], function($, moment) {
+], function ($, moment) {
7
'use strict';
8
9
$.validator.addMethod(
0 commit comments