style: missing whitespaces

This commit is contained in:
Manu Mtz.-Almeida
2016-10-06 10:51:18 +02:00
parent 695d25c696
commit e1e6e4be1e
2 changed files with 7 additions and 7 deletions

View File

@ -245,7 +245,7 @@ export class PickerColumnCmp {
this.velocity = 0;
}
//console.debug(`decelerate y: ${y}, velocity: ${this.velocity}, optHeight: ${this.optHeight}`);
// console.debug(`decelerate y: ${y}, velocity: ${this.velocity}, optHeight: ${this.optHeight}`);
var notLockedIn = (y % this.optHeight !== 0 || Math.abs(this.velocity) > 1);