CIDARLAB / 3DuF

Variable used before definition JS-0129
Bug risk
Major
1 occurrence in this check
'createCloseButton' was used before it was defined
324    table.appendChild(head);
325    var body = createFeatureTableBody(typeString, setString);
326    table.appendChild(body);
327    var closeButton = createCloseButton();328    closeButton.style.position = "absolute";
329    closeButton.style.right = "0px";
330    closeButton.style.top = "0px";