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 Audio parsing #10

Open
systemsplanet-zz opened this issue Jan 20, 2019 · 2 comments
Open

Typo in Audio parsing #10

systemsplanet-zz opened this issue Jan 20, 2019 · 2 comments

Comments

@systemsplanet-zz
Copy link

edidreader/app/js/edid.js

Edid.prototype.parseAudioDataBlock = function(startAddress, blockLength)
{
  var audioBlock = new Array();      <<< this should be an object not an array
  var audioBlock = {};  
@dgallegos
Copy link
Owner

Any interest in doing a pull request?

@Forkest
Copy link
Contributor

Forkest commented Jun 5, 2019

If you're sure what you're doing, you can make the change right on GitHub, not even touching git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants