Skip to content

Instantly share code, notes, and snippets.

@gregbarry
Created July 1, 2016 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregbarry/347e715df8ddeb4001905a27fa5d4ba7 to your computer and use it in GitHub Desktop.
Save gregbarry/347e715df8ddeb4001905a27fa5d4ba7 to your computer and use it in GitHub Desktop.
Doxi error: The static property Ext.dom.Element.validNodeTypes shows up with a name of "9"
Ext.dom.Element.callOverridden is understood by Duck to be a method. Doxi believe's it is a property due to how the thing is set up: "BasePrototype.callOverridden = BasePrototype.callParent;"
Ext.dom.Element.focusable is missing. I believe this is Doxi not picking up items like this in a 'deprecated' block.
Ext.dom.Element.getRightMarginFixCleaner documentation is missing from Doxi. Not sure why, yet. (maybe because it's in the overrides file?)
Ext.dom.Element.hide is documented twice in the Doxi output and only once in Duck. Also, seeing 3 setHtml methods. Also, 2 setOpacities. Also 2 setSize. And... a few others
Ext.mixin.Observable's prepareClass method is missing from Ext.dom.Element
Ext.util.Positionable's removeAnchor method is missing from Ext.dom.Element
Ext.dom.Element.setListeners is missing
Ext.dom.Element.fly method is missing the @returns from the inheritdoc Ext.fly() documentation
Ext.data.Model save and erase methods have an 'options' param whose sub-params are not showing up in the new docs - also not showing as optional
The constructor does not appear to be passed to the Doxi output from the source (verified on Ext.dom.Element) when the source has a @constructor flag / description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment