Skip to content

Commit

Permalink
fix: more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Mar 30, 2023
1 parent 89820fe commit 4864ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/goto-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ AFRAME.registerComponent('goto-url', {
}, 100);
}
};
el.addEventListener(data.on, this.eventHandlerfn);
el.addEventListener(data.on, this.eventHandlerFn);
} else {
// `event` not specified, just log the message.
console.log(data);
Expand Down

0 comments on commit 4864ceb

Please sign in to comment.