Skip to content

Commit cd6edfa

Browse files
authored
Merge pull request #18 from PAVLUXAN/master
2 parents 1e28574 + 58298a9 commit cd6edfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/validator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ const MAX_SYMBOLS_HASHTAG = 20;
55
const MAX_SYMBOLS_COMMENT = 140;
66
const TEXT_LENGTH_MOST_BE_LESS_OR_EQUAL = 'Длина текста должна быть меньше или равна 140 символов';
77

8-
//let errorMessage = '';
9-
108
const errors = {
119
hashtags: '',
1210
description: ''

0 commit comments

Comments
 (0)