my-framework-almaz 2.0.4 → 2.0.5

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.
@@ -3,7 +3,7 @@ function addEventListener$1(eventName, handler, el) {
3
3
  handler(event);
4
4
  }
5
5
  el.addEventListener(eventName, boundHandler);
6
- return handler
6
+ return boundHandler
7
7
  }
8
8
  function addEventListeners(listeners = {}, el) {
9
9
  const addedListeners = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-framework-almaz",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A frontend framework to teach web developers how frontend frameworks work.",
5
5
  "keywords": [
6
6
  "frontend",