get rid of unneeded zindex hack

This commit is contained in:
Andy Janata 2012-01-23 23:04:52 -08:00
parent 3253be9530
commit 363bfc1147
1 changed files with 0 additions and 8 deletions

View File

@ -57,14 +57,6 @@ cah.Game = function(id) {
*/
this.hand_ = Array();
/**
* Firefox is horrible, and Opera is pretty bad too.
*
* @type {number}
* @private
*/
this.badBrowserZOrderHack_ = 10000;
$("#leave_game").click(cah.bind(this, this.leaveGameClick_));
$("#start_game").click(cah.bind(this, this.startGameClick_));
};