mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
sencha_touch: Make type of getScrollable() match interface (#19068)
This commit is contained in:
parent
d191aca2cb
commit
4db6da0d9e
3
types/sencha_touch/index.d.ts
vendored
3
types/sencha_touch/index.d.ts
vendored
@ -16807,9 +16807,8 @@ declare namespace Ext.dataview {
|
||||
*/
|
||||
getScrollToTopOnRefresh?(): boolean;
|
||||
/** [Method] Returns the value of scrollable
|
||||
* @returns Boolean
|
||||
*/
|
||||
getScrollable?(): boolean;
|
||||
getScrollable?(): Ext.scroll.IView;
|
||||
/** [Method] Returns the value of selectedCls
|
||||
* @returns String
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user