fix(all): js / scss linter issues

This commit is contained in:
Manu Mtz.-Almeida
2017-11-17 00:20:26 +01:00
parent 5507a94580
commit 3c3cd1b537
14 changed files with 28 additions and 41 deletions

View File

@ -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;
}