We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d140d3 commit e6b134dCopy full SHA for e6b134d
1 file changed
ts/a11y/sre/speech-worker.ts
@@ -114,8 +114,7 @@ declare const SRE: any;
114
global.isLab
115
? import(/* webpackIgnore: true */ './sre-lab.js') // for use in the lab
116
: import('./sre.js')
117
- )
118
- .then((SRE) => (global.SRE = SRE));
+ ).then((SRE) => (global.SRE = SRE));
119
120
/*****************************************************************/
121
0 commit comments