mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 09:17:06 +08:00
sencha_touch: Make type of getScrollable() match interface (#19068)
This commit is contained in:
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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user