# HG changeset patch # User Lucas Thompson # Date 1484735115 0 # Node ID 8aa6830ea41da5aa496f4354af0652afd939f110 # Parent 2c3fe51ad1f0b57288ae94d6f4c309635b1f5ffe Update the data type for the key in the client Map, for clarity and consistency. diff -r 2c3fe51ad1f0 -r 8aa6830ea41d src/app/services/feature-extraction/FeatureExtractionWorker.ts --- a/src/app/services/feature-extraction/FeatureExtractionWorker.ts Wed Jan 18 10:19:35 2017 +0000 +++ b/src/app/services/feature-extraction/FeatureExtractionWorker.ts Wed Jan 18 10:25:15 2017 +0000 @@ -33,7 +33,7 @@ export default class FeatureExtractionWorker { private workerScope: WorkerGlobalScope; - private clients: Map; + private clients: Map; private remoteLibraries: Map; constructor(workerScope: WorkerGlobalScope, private requireJs: RequireJs) {