We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line (and likely others) fails in ExtJS 6, because doLayout was deprecated in ExtJS 4.1:
doLayout
glujs/src/providers/sencha/items_helper.js
Line 142 in 2229367
See http://docs.sencha.com/extjs/5.1/5.1.1-apidocs/source/Container2.html#Ext-container-Container
/** * Manually force this container's layout to be recalculated. * @return {Ext.container.Container} this * @since 2.3.0 * @deprecated 4.1 Use `{@link #updateLayout}` instead. */ doLayout: function() { this.updateLayout(); return this; },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line (and likely others) fails in ExtJS 6, because
doLayout
was deprecated in ExtJS 4.1:glujs/src/providers/sencha/items_helper.js
Line 142 in 2229367
See http://docs.sencha.com/extjs/5.1/5.1.1-apidocs/source/Container2.html#Ext-container-Container
The text was updated successfully, but these errors were encountered: