Small cleanup

This commit is contained in:
Jordan Eldredge 2015-02-06 17:05:03 -08:00
parent 8be5d0c0c7
commit e932c3a4f0

View file

@ -56,7 +56,7 @@ MainWindow = {
this.nodes.close.onclick = function() {
self.close();
}
};
this.nodes.shade.onclick = function() {
self.nodes.window.classList.toggle('shade');
@ -242,6 +242,7 @@ MainWindow = {
this.updatePosition();
var shadeMinusCharacter = ' ';
var digits = null;
if(this.nodes.time.classList.contains('countdown')) {
digits = this.winamp._timeObject(this.winamp.getTimeRemaining());
shadeMinusCharacter = '-';