@eva/plugin-renderer-spine 1.2.2-alpha.2 → 1.2.2-type.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9489,9 +9489,9 @@ var _EVA_IIFE_spine = function (exports, pixi_js, eva_js, pluginRenderer) {
9489
9489
  var cachedResource = loader.resources[name];
9490
9490
 
9491
9491
  if (cachedResource) {
9492
- var done = function done() {
9492
+ function done() {
9493
9493
  callback(cachedResource.texture.baseTexture);
9494
- };
9494
+ }
9495
9495
 
9496
9496
  if (cachedResource.texture) {
9497
9497
  done();