The Overview will show Applications instead of Workspaces when invoked.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Rejected |
14 | Rejected |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
Is this even going to work? because you don't have `this.isDummy`, `this._visible` and `this.showApps()` here. If you wanna do that you should use `function`. It means for line 13, you should do this instead: ```js Overview.Overview.prototype['toggle'] = function () { if (this.isDummy) return; if (this.visible) this.hide(); else this.showApps() } ```