[ts] Source whitespace.

This commit is contained in:
Nathan Sweet 2023-10-01 14:47:18 -04:00
parent 9999ea82ca
commit 351d42f511

View File

@ -87,7 +87,7 @@ export class SpineCanvas {
update: () => { }, update: () => { },
render: () => { }, render: () => { },
error: () => { }, error: () => { },
dispose: () => { }, dispose: () => { },
} }
if (!config.webglConfig) config.webglConfig = { alpha: true }; if (!config.webglConfig) config.webglConfig = { alpha: true };