update dist bundle

This commit is contained in:
pengfei.zhou
2020-04-26 10:58:34 +08:00
committed by osborn
parent 181f5560d7
commit f009499745
7 changed files with 18 additions and 17 deletions

View File

@@ -2917,8 +2917,7 @@ class List extends Superview {
}
}
scrollToItem(context, index, config) {
var _a;
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
const animated = config === null || config === void 0 ? void 0 : config.animated;
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
}
reset() {

File diff suppressed because one or more lines are too long