From 6031aac6f0d0907ebb83cdebcada022ea02906b4 Mon Sep 17 00:00:00 2001 From: Brian Kotek Date: Fri, 13 Dec 2013 00:32:02 -0500 Subject: [PATCH] Work around incorrect property type for xtype in Sencha docs. --- sencha_touch/SenchaTouch.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sencha_touch/SenchaTouch.d.ts b/sencha_touch/SenchaTouch.d.ts index a241f9088..65ca14411 100644 --- a/sencha_touch/SenchaTouch.d.ts +++ b/sencha_touch/SenchaTouch.d.ts @@ -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