This commit is contained in:
Max Lynch
2013-12-08 12:34:47 -06:00
parent 432ce6cbee
commit 4d86138e09

View File

@@ -161,9 +161,9 @@
this._leftShowing = false;
// Bring the z-index of the right menu up
this.right && this.right.bringUp();
this.right && this.right.bringUp && this.right.bringUp();
// Push the z-index of the left menu down
this.left && this.left.pushDown();
this.left && this.left.pushDown && this.left.pushDown();
}
},