Merge pull request #1032 from knsv/bug/1031_stricter_code_checks

Fix for Bug/1031 stricter code checks
This commit is contained in:
Knut Sveidqvist
2019-10-27 15:33:48 +01:00
committed by GitHub
16 changed files with 91 additions and 65 deletions

View File

@@ -21,7 +21,7 @@ export const setConf = function(cnf) {
* @param id
*/
let w;
export const draw = (txt, id, ver) => {
export const draw = (txt, id) => {
try {
const parser = pieParser.parser;
parser.yy = pieData;