Fix JSInput scope leak
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.
Showing
Please
register
or
sign in
to comment