my-framework-almaz 2.0.2 → 2.0.4

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.
@@ -455,7 +455,7 @@ function patchElement(oldVdom, newVdom) {
455
455
  on: newEvents,
456
456
  ...newAttrs
457
457
  } = newVdom.props;
458
- const { listeners: oldListeners } = vdom;
458
+ const { listeners: oldListeners } = oldVdom;
459
459
  patchAttrs(el, oldAttrs, newAttrs);
460
460
  patchCalsses(el, oldCalss, newCalss);
461
461
  patchStyles(el, oldStyle, newStyle);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-framework-almaz",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "A frontend framework to teach web developers how frontend frameworks work.",
5
5
  "keywords": [
6
6
  "frontend",