Skip to content

Commit 140d591

Browse files
committed
Fixing static tests
1 parent 4122c40 commit 140d591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/region-updater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ define([
164164

165165
// Populate state/province dropdown list if available or use input box
166166
if (this.options.regionJson[country]) {
167-
$(regionList).find('option:selected').removeAttr("selected");
167+
$(regionList).find('option:selected').removeAttr('selected');
168168
this._removeSelectOptions(regionList);
169169
$.each(this.options.regionJson[country], $.proxy(function (key, value) {
170170
this._renderSelectOption(regionList, key, value);

0 commit comments

Comments
 (0)