#316 unused variable removed

This commit is contained in:
agriyadev5
2021-07-22 13:13:29 +05:30
parent 785c19a7ff
commit eaa30389b9

View File

@@ -36,7 +36,6 @@ const {
} = hstry;
let svgContext_ = null;
let $id = null;
let svgCanvas = null;
/**
@@ -47,7 +46,6 @@ let svgCanvas = null;
export const init = function (svgContext) {
svgContext_ = svgContext;
svgCanvas = svgContext_.getCanvas();
$id = svgCanvas.$id;
};
/**