Fixed SenchaTouch error on TypeScript 0.9.5

This commit is contained in:
vvakame
2013-12-08 23:49:09 +09:00
parent 7bffc8c585
commit 8580a40328
+2 -2
View File
@@ -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
*/