Skip to content

Commit

Permalink
Merge pull request #1905 from IgniteUI/tpaskalev/is-visible-18-1
Browse files Browse the repository at this point in the history
Update isVisible returnType comment 18.1
  • Loading branch information
bazal4o authored Mar 28, 2019
2 parents e1f6d96 + ccdfdec commit e36e5e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/modules/infragistics.ui.notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@
}
},
isVisible: function () {
/* Returns true if the notification is currently visible
/* returnType="bool"
Returns true if the notification is currently visible
```
var isVisible = $( ".selector" ).igNotifier( "isVisible" );
```
Expand Down
1 change: 1 addition & 0 deletions tests/unit/knockout/tree/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
this.children = children;
};
$(document).ready(function () {
QUnit.config.reorder = false;
hierarchicalData = ko.observableArray([
new Item(1, "One child", null, 'http://google.com', '../../tree/databinding/images/bin_empty.png'),
new Item(2, "Two child"),
Expand Down

0 comments on commit e36e5e4

Please sign in to comment.