X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..HEAD:/docs/source/None.html diff --git a/docs/source/None.html b/docs/source/None.html index a0dbb1f2..4955c809 100644 --- a/docs/source/None.html +++ b/docs/source/None.html @@ -3,8 +3,8 @@
/** - * @class Ext.layout.container.boxOverflow.None - * @extends Object - * @private + * @private * Base class for Box Layout overflow handlers. These specialized classes are invoked when a Box Layout * (either an HBox or a VBox) has child items that are either too wide (for HBox) or too tall (for VBox) * for its container. @@ -41,7 +39,7 @@ Ext.define('Ext.layout.container.boxOverflow.None', { /** * @private * Normalizes an item reference, string id or numerical index into a reference to the item - * @param {Ext.Component|String|Number} item The item reference, id or index + * @param {Ext.Component/String/Number} item The item reference, id or index * @return {Ext.Component} The item */ getItem: function(item) {