Work around incorrect property type for xtype in Sencha docs.

This commit is contained in:
Brian Kotek
2013-12-13 00:32:02 -05:00
parent 5b63e4781f
commit 6031aac6f0

View File

@@ -6100,7 +6100,7 @@ declare module Ext {
/** [Config Option] (Number/String) */
width?: any;
/** [Config Option] (String[]) */
xtype?: string[];
xtype?: string;
/** [Config Option] (Number) */
zIndex?: number;
/** [Method] Adds a CSS class or classes to this Component s rendered element
@@ -6648,7 +6648,7 @@ declare module Ext.lib {
/** [Config Option] (Number/String) */
width?: any;
/** [Config Option] (String[]) */
xtype?: string[];
xtype?: string;
/** [Config Option] (Number) */
zIndex?: number;
/** [Method] Adds a CSS class or classes to this Component s rendered element