mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed SenchaTouch error on TypeScript 0.9.5
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user