annotate src/typings.d.ts @ 366:f122bb02c428

Core logic copied over from old waveform.component.ts for drawing curve. Needs refactoring as some logic is used for tracks. No highlight or vertical scale yet.
author Lucas Thompson <dev@lucas.im>
date Tue, 30 May 2017 18:14:05 +0100
parents 53ea6406d601
children
rev   line source
dev@236 1 /* SystemJS module definition */
dev@236 2 declare var module: NodeModule;
dev@236 3 interface NodeModule {
dev@236 4 id: string;
dev@236 5 }