remove debug thing

svn path=/trunk/; revision=117
This commit is contained in:
Dan Winship 2008-12-04 15:22:51 +00:00
parent 03e8db6a00
commit 68190e4073

View File

@ -106,7 +106,6 @@ Workspaces.prototype = {
// Do the windows in reverse order so that the active
// actor ends up on top
// for (let i = wswindows.length - 1, windowIndex = 0; i >= 0; i--) {
for (let i = 0, windowIndex = 0; i < wswindows.length; i++) {
let win = wswindows[i];
if (win.get_window_type() == Meta.WindowType.DESKTOP ||