An extension to automatically restore its previous geometry of window upon its opening
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
extension.js:326
this._impl = new RestoreGeometryExtension(this.getSettings())
extension.js:24
this._windowList = new WindowListToggle(this)
I don't quite understand what does the Shexli warning wants me to fix. It seems to me everything is properly released already.