Skip to content

Commit 64b3939

Browse files
committed
ACP2E-188:Fixed static test
1 parent 86acabb commit 64b3939

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ define([
5454
});
5555
});
5656

57-
if(bindingContext.$data) {
57+
if (bindingContext.$data) {
5858
bindingContext.$data.value.subscribe(function (newVal) {
5959
if (!newVal) {
6060
$(el).val('');

0 commit comments

Comments
 (0)