1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 15:55:47 +01:00

Add completion to :tabmove/:tabattach.

This commit is contained in:
Kris Maglione
2011-06-01 13:54:59 -04:00
parent 7d019560be
commit 8b27315bd7
3 changed files with 47 additions and 24 deletions

View File

@@ -1488,7 +1488,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
* @property {Window[]} Returns an array of all the host application's
* open windows.
*/
get windows() [win for (win in iter(services.windowMediator.getEnumerator("navigator:browser")))],
get windows() [win for (win in iter(services.windowMediator.getEnumerator("navigator:browser"))) if (win.dactyl)],
}, {
// initially hide all GUI elements, they are later restored unless the user