qooxdoo / qxl.apiviewer

qooxdoo apiviewer app
https://qooxdoo.org/qxl.apiviewer
MIT License
5 stars 5 forks source link

MObjectId methods show up in the APIViewer regardless of "module.objectid" setting #13

Open cboulanger opened 5 years ago

cboulanger commented 5 years ago

As per https://github.com/qooxdoo/qooxdoo/blob/master/framework/source/class/qx/core/Object.js#L37, the Mixin qx.core.MObject is mixed into qx.core.Object only if the environment setting module.objectid is true. However, they are displayed by default, "polluting" the API this way.

Expected behaviour: They should only show up if module.objectid is true