jsinput.js
8.36 KB
-
Fix JSInput scope leak · fd10fbf7
Declare variables locally - The `allSections` variable was leaking into the global scope, due to a typo in the declaration. - `dataProcessed` can be declared more narrowly within the callback.
stv committed