Skip to content

Commit 38f9431

Browse files
author
Cristian Partica
committed
FearlessKiwis-MAGETWO-8436-Tax-class-name-corrupted-if-contain-char
- js coding style fix
1 parent 116d9c9 commit 38f9431

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/web/mage/backend/editablemultiselect.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ define([
197197
var resultEntityValueName="";
198198
if (typeof result[entityValueName] === 'string') {
199199
resultEntityValueName=result[entityValueName].escapeHTML();
200-
}
201-
else {
200+
} else {
202201
resultEntityValueName=result[entityValueName];
203202
}
204203
// Add item to initial select element

0 commit comments

Comments
 (0)