@ives_xxz/framework 2.1.9 → 2.1.10

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.
@@ -420,7 +420,7 @@ class FWLayerCreateManager {
420
420
  node.zIndex = renderOrder;
421
421
 
422
422
  !node.getComponent(layerComponent) && node.addComponent(layerComponent);
423
- return node.getComponent(FW.Layer);
423
+ return node.getComponent(layerComponent);
424
424
  }
425
425
 
426
426
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ives_xxz/framework",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": ["123456"],