sencha_touch: Make type of getScrollable() match interface (#19068)

This commit is contained in:
Andy 2017-08-29 07:26:45 -07:00 committed by GitHub
parent d191aca2cb
commit 4db6da0d9e

View File

@ -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
*/