Skip to content

Commit 9c9b8ce

Browse files
Update app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/resizable.js
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 4ddefaf commit 9c9b8ce

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/resizable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ define([
139139
var config = processConfig(valueAccessor(), viewModel, element);
140140

141141
require(['jquery-ui-modules/resizable'], function () {
142-
if($.fn.resizable) {
142+
if ($.fn.resizable) {
143143
$(element).resizable(config);
144144
}
145145
});

0 commit comments

Comments
 (0)