Anthony Hart-Jones
Results
1
issues of
Anthony Hart-Jones
Current version: ``` function DoResize() { var winOffsetWidth = document.Art.width + 12; var winOffsetHeight = document.Art.height + 31; window.resizeTo(winOffsetWidth,winOffsetHeight); } ``` A possible better version of the function would be...