Commit fdf0f347d433b13f521b48677d98cd7adf1b62ca
1 parent
500c8ce6d3
Exists in
develop
Remplazadas comillas dobles por simples
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.ts
| ... | ... | @@ -158,7 +158,7 @@ export class SeleccionArticulosComponent implements OnInit, OnDestroy { |
| 158 | 158 | this.showQuantity += 100; |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | - @HostListener("scroll", ['$event']) | |
| 161 | + @HostListener('scroll', ['$event']) | |
| 162 | 162 | scrollEvent(event: Event) { |
| 163 | 163 | clearTimeout(this.inactiveScreen.timerReposo); |
| 164 | 164 | this.inactiveScreen.startTimeOutInactividad(); |