Skip to content

Commit

Permalink
fix event,
Browse files Browse the repository at this point in the history
fix ignore doc
  • Loading branch information
hkollmann committed Sep 28, 2020
1 parent 09081df commit 3fb7ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions source/class/qxl/apiviewer/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ qx.Class.define("qxl.apiviewer.Controller",
/**
* @param widgetRegistry
* {Viewer} the GUI
*
* @ignore (qx.$$appRoot)
*
*/

// @ignore (qx.$$appRoot)
construct : function(widgetRegistry) {
this.base(arguments);

Expand Down
2 changes: 1 addition & 1 deletion source/class/qxl/apiviewer/ui/panels/EventPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ qx.Class.define("qxl.apiviewer.ui.panels.EventPanel", {
*/
itemHasDetails : function(node, currentClassDocNode) {
return (
node.getClass() != currentClassDocNode || // event is inherited
node.getOverriddenFrom() || // event is inherited
node.getSee().length > 0 ||
node.getErrors().length > 0 ||
qxl.apiviewer.ui.panels.InfoPanel.descriptionHasDetails(node)
Expand Down

0 comments on commit 3fb7ca8

Please sign in to comment.