Skip to content

Commit

Permalink
ENGCOM-4097: resolve typo errors for js record.js #20929
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 4, 2019
2 parents ddd278a + 0bcc3ba commit f30e8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Ui/view/base/web/js/dynamic-rows/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define([
},
listens: {
position: 'initPosition',
elems: 'setColumnVisibileListener'
elems: 'setColumnVisibleListener'
},
links: {
position: '${ $.name }.${ $.positionProvider }:value'
Expand Down Expand Up @@ -123,7 +123,7 @@ define([
/**
* Set column visibility listener
*/
setColumnVisibileListener: function () {
setColumnVisibleListener: function () {
var elem = _.find(this.elems(), function (curElem) {
return !curElem.hasOwnProperty('visibleListener');
});
Expand Down

0 comments on commit f30e8c5

Please sign in to comment.