mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(noImplicitAny): add noImplicitAny to tsconfig
This commit is contained in:
@ -44,7 +44,7 @@ function handleKeyboard(s: Slides, plt: Platform, e: KeyboardEvent) {
|
||||
var swiperOffset = offset(s.container, plt);
|
||||
|
||||
if (s._rtl) {
|
||||
swiperOffset.left = swiperOffset.left - s.container[0].scrollLeft;
|
||||
swiperOffset.left = swiperOffset.left - s.container.scrollLeft;
|
||||
}
|
||||
|
||||
var swiperCoord = [
|
||||
|
Reference in New Issue
Block a user