Skip to content

Commit

Permalink
Adding missing require declarations
Browse files Browse the repository at this point in the history
Resolves secondary issues after zhuker#59
  • Loading branch information
isolin authored Dec 14, 2021
1 parent 4e1d690 commit 17638e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/Presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var new_int_n = common.new_int_n;
var assert = common.assert;

function Presets() {
var Lame = require('./Lame.js');
function VBRPresets(qual, comp, compS,
y, shThreshold, shThresholdS,
adj, adjShort, lower,
Expand Down

0 comments on commit 17638e6

Please # to comment.