# HG changeset patch # User Lucas Thompson # Date 1496656575 -3600 # Node ID 7e6b9b557179e0a7c05ea8b87f0d99e72d676d0c # Parent 52385845543064e81ddbc1e4e2cbfc67fb679d1b Lint diff -r 523858455430 -r 7e6b9b557179 src/app/app.module.ts --- 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 ( diff -r 523858455430 -r 7e6b9b557179 src/app/playhead/waves-ui-play-head.component.ts --- 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(); }) - ) + ); }); } }