Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix typo in analysernode fingerprinting block
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
diracdeltas committed May 25, 2016
1 parent 2aa2350 commit 6d5a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions/brave/brave-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ if (typeof KeyEvent === 'undefined') {

var analyserMethods = ['getFloatFrequencyData', 'getByteFrequencyData',
'getFloatTimeDomainData', 'getByteTimeDomainData']
audioBufferMethods.forEach(function (method) {
analyserMethods.forEach(function (method) {
var item = {
objName: 'AnalyserNode.prototype',
propName: method,
Expand Down

2 comments on commit 6d5a660

@fracton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not really a typo, though...

@bbondy
Copy link
Member

@bbondy bbondy commented on 6d5a660 May 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.