Skip to content

Commit 28b6766

Browse files
MAGETWO-56849: Clean Up JS files code styles based on black list
1 parent ad09759 commit 28b6766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web/mage/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ define([
156156
},
157157

158158
/**
159-
* Instantiate collapsibleю
159+
* Instantiate collapsible.
160160
*
161161
* @param {HTMLElement} element
162162
* @param {Number} index

lib/web/mage/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
'validate-cc-number': [
12201220

12211221
/**
1222-
* Validate credit card number based on mod 10ю
1222+
* Validate credit card number based on mod 10.
12231223
*
12241224
* @param {*} value - credit card number
12251225
* @return {Boolean}

0 commit comments

Comments
 (0)