mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(all): js / scss linter issues
This commit is contained in:
@ -81,7 +81,7 @@ export function updateDetail(ev: any, detail: any) {
|
||||
var touch = changedTouches[0];
|
||||
x = touch.clientX;
|
||||
y = touch.clientY;
|
||||
}else if (ev.pageX !== undefined) {
|
||||
} else if (ev.pageX !== undefined) {
|
||||
x = ev.pageX;
|
||||
y = ev.pageY;
|
||||
}
|
||||
|
Reference in New Issue
Block a user