fix(web): declares variable

This was originally developed before the TS-strictness PR set.  The variable was originally declared but unused at the time, and it was purged then as a result.
This commit is contained in:
Joshua A. Horton 2024-06-06 09:25:22 +07:00
parent 66955cd171
commit dc00f791a2

View file

@ -91,7 +91,7 @@ export class StylesheetManager {
const fontKey = fd.family;
let source: string;
let i, ttf='', woff='', fList=[];
let i, ttf='', woff='', fList=[], data='';
// TODO: 22 Aug 2014: check that font path passed from cloud is actually used!