changeset 411:7e6b9b557179

Lint
author Lucas Thompson <dev@lucas.im>
date Mon, 05 Jun 2017 10:56:15 +0100
parents 523858455430
children 89674c064cda
files src/app/app.module.ts src/app/playhead/waves-ui-play-head.component.ts
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/app.module.ts	Sun Jun 04 21:00:11 2017 +0100
+++ b/src/app/app.module.ts	Mon Jun 05 10:56:15 2017 +0100
@@ -39,7 +39,7 @@
 import {VerticalScaleComponent} from './visualisations/vertical-scale.component';
 import {CrossHairInspectorComponent} from './visualisations/cross-hair-inspector.component';
 import {RenderLoopService} from './services/render-loop/render-loop.service';
-import {WavesPlayHeadComponent} from "./playhead/waves-ui-play-head.component";
+import {WavesPlayHeadComponent} from './playhead/waves-ui-play-head.component';
 
 export function createAudioContext(): AudioContext {
   return new (
--- a/src/app/playhead/waves-ui-play-head.component.ts	Sun Jun 04 21:00:11 2017 +0100
+++ b/src/app/playhead/waves-ui-play-head.component.ts	Mon Jun 05 10:56:15 2017 +0100
@@ -74,7 +74,7 @@
             cursor.currentPosition = currentTime;
             cursor.update();
           })
-        )
+        );
       });
     }
   }