Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in component-anchor.js? #310

Closed
JohnGrime opened this issue Jul 12, 2021 · 2 comments
Closed

Typo in component-anchor.js? #310

JohnGrime opened this issue Jul 12, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@JohnGrime
Copy link

Do you want to request a feature or report a bug?

Report a bug (potential?)

What is the current behavior?

In AR.js/aframe/src/component-anchor.js, line 118 reads:

markerParameters.minConfidence = _this.data.minCondidence;

The use of _this.data.minCondidence looks like a typo to me, and I can't find any reference to a minCondidence member elsewhere.

If the current behavior is a bug, please provide the steps to reproduce.

N/A

Please mention other relevant information such as the browser version, Operating System and Device Name

N/A

What is the expected behavior?

I guess I'd expect line 188 instead to read:

markerParameters.minConfidence = _this.data.minConfidence;

If this is a feature request, what is motivation or use case for changing the behavior?

@kalwalt kalwalt self-assigned this Nov 12, 2021
@kalwalt kalwalt added the bug Something isn't working label Nov 12, 2021
@kalwalt
Copy link
Member

kalwalt commented Nov 12, 2021

Yes, @JohnGrime you are right we have fixed in ES6 branch

markerParameters.minConfidence = _this.data.minConfidence;
see PR #116 but not in master nor in dev yet. I will see if make a fix or waiting to merge the ES6 into dev ( we are very close!).
Anyway tahnks for reporting the bug!

@kalwalt
Copy link
Member

kalwalt commented Feb 9, 2022

The fix for this is merged on the dev branch and soon i hope to merge into the master. Closing this issue, and thanks again @JohnGrime for reporting.

@kalwalt kalwalt closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants