We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5215c3b commit 8b0ec6aCopy full SHA for 8b0ec6a
js/nav.js
@@ -42,7 +42,7 @@ export default class Nav extends View {
42
if (!hrefattr || hrefattr === '#') {
43
node.addEventListener('click', (evt) => {
44
evt.preventDefault();
45
- evt.cancelPropogation();
+ evt.stopPropagation();
46
this.dispatchEvent(EVENT_CLICK, this, node.parentNode);
47
});
48
} else {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@djthorpe/js-framework",
3
- "version": "0.0.16",
4
- "description": "Javascript UI Framework",
+ "version": "0.0.17",
+ "description": "Javascript Framework",
5
"main": "dist/js/index.js",
6
"scripts": {
7
"all": "npm-run-all lint build docs",
0 commit comments