mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
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:
parent
66955cd171
commit
dc00f791a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue