Closed mfranzke closed 1 year ago
There's a JS error due to the change at https://github.com/pattern-lab/patternlab-node/pull/1102/files#diff-9111c2e0138c935342632437be7178f25322b8f5c86431f2b85f4fe760d32980L96-R111 in which a method parameter has been renamed within the file packages/uikit-workshop/src/scripts/components/pl-nav/nav.js, but not within the method references itself.
packages/uikit-workshop/src/scripts/components/pl-nav/nav.js
Renamed the e parameter to event within two other files as well to align and clarify the naming.
e
event
Summary of changes:
There's a JS error due to the change at https://github.com/pattern-lab/patternlab-node/pull/1102/files#diff-9111c2e0138c935342632437be7178f25322b8f5c86431f2b85f4fe760d32980L96-R111 in which a method parameter has been renamed within the file
packages/uikit-workshop/src/scripts/components/pl-nav/nav.js
, but not within the method references itself.Renamed the
e
parameter toevent
within two other files as well to align and clarify the naming.