Skip to content

Commit 885918f

Browse files
committed
Added setVisible method
1 parent bd36355 commit 885918f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

v3/src/components/Visible.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ var Visible = {
2929
}
3030
}
3131

32-
}
32+
},
33+
34+
setVisible: function (value)
35+
{
36+
this.visible = value;
3337

38+
return this;
39+
}
3440
};
3541

3642
module.exports = Visible;

0 commit comments

Comments
 (0)