Skip to content

Commit

Permalink
Fix static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Nov 14, 2019
1 parent c23393d commit aa7195a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ define([
*/
show: function (record) {
var img;
if (record._rowIndex === this.visibleRecord()
&& this.isVisible(record)) {

if (record._rowIndex === this.visibleRecord() &&
this.isVisible(record)) {
this.hide();

return;
}

Expand Down

0 comments on commit aa7195a

Please sign in to comment.