From 8580a403284c9fd6905747c5e5595398c7507cc2 Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 8 Dec 2013 23:49:09 +0900 Subject: [PATCH] Fixed SenchaTouch error on TypeScript 0.9.5 --- 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 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 */