Skip to content

Commit 6257fe8

Browse files
committed
Fixed jsdoc-block definition error
1 parent df90f67 commit 6257fe8

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+5
-0
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/post-code.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ define([
2828
initObservable: function () {
2929
this._super();
3030

31+
/**
32+
* equalityComparer function
33+
*
34+
* @returns boolean.
35+
*/
3136
this.value.equalityComparer = function (oldValue, newValue) {
3237
return !oldValue && !newValue || oldValue === newValue;
3338
};

0 commit comments

Comments
 (0)