From 68190e4073c14f29f2769c60ef1e8b46934b0361 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 4 Dec 2008 15:22:51 +0000 Subject: [PATCH] remove debug thing svn path=/trunk/; revision=117 --- js/ui/workspaces.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/workspaces.js b/js/ui/workspaces.js index d2dfc4074..8608e517f 100644 --- a/js/ui/workspaces.js +++ b/js/ui/workspaces.js @@ -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 ||