update bundle js

This commit is contained in:
pengfei.zhou
2020-05-06 16:21:03 +08:00
committed by osborn
parent 8f693b451d
commit c9c99cce06
7 changed files with 19 additions and 18 deletions

View File

@@ -1914,8 +1914,7 @@ var List = /** @class */ (function (_super) {
}
};
List.prototype.scrollToItem = function (context, index, config) {
var _a;
var animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
var animated = config === null || config === void 0 ? void 0 : config.animated;
return this.nativeChannel(context, 'scrollToItem')({ index: index, animated: animated, });
};
List.prototype.reset = function () {