diff --git a/sencha_touch/SenchaTouch.d.ts b/sencha_touch/SenchaTouch.d.ts index b2865706d..4f1ef3216 100644 --- a/sencha_touch/SenchaTouch.d.ts +++ b/sencha_touch/SenchaTouch.d.ts @@ -31050,7 +31050,7 @@ declare module Ext.form { /** [Method] Returns the value of scrollable * @returns Object */ - getScrollable?(): any; + getScrollable?(): Ext.scroll.IView; /** [Method] Returns the value of standardSubmit * @returns Boolean */ @@ -31199,7 +31199,7 @@ declare module Ext.form { /** [Method] Returns the value of scrollable * @returns Object */ - getScrollable?(): any; + getScrollable?(): Ext.scroll.IView; /** [Method] Returns the value of standardSubmit * @returns Boolean */