Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Beautify formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
faho committed Jan 30, 2015
1 parent 1db824e commit 38879d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contents/code/tilelist.js
Expand Up @@ -228,8 +228,7 @@ TileList.prototype.addClient = function(client) {
for (var i = 0; i < this.tiles.length; i++) {
if (util.compareRect(this.tiles[i].rectangle, client.geometry) == true) {
if (this.tiles[i]._currentDesktop == util.getClientDesktop(client)
&&
this.tiles[i]._currentScreen == client.screen) {
&& this.tiles[i]._currentScreen == client.screen) {
this.tiles[i].addClient(client);
break;
}
Expand Down

0 comments on commit 38879d4

Please sign in to comment.