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 690c59d commit 9b05117Copy full SHA for 9b05117
app/code/Magento/Catalog/view/frontend/web/js/validate-product.js
@@ -17,7 +17,7 @@ define([
17
},
18
19
/**
20
- * Use magento validation widget for the form object
+ * Uses Magento's validation widget for the form object.
21
* @private
22
*/
23
_create: function () {
@@ -27,7 +27,7 @@ define([
27
radioCheckboxClosest: this.options.radioCheckboxClosest,
28
29
30
- * Use catalogAddToCart widget as submit handler
+ * Uses catalogAddToCart widget as submit handler.
31
* @param {Object} form
32
* @returns {Boolean}
33
0 commit comments