Even more linting and cleaning.

This commit is contained in:
jgen
2014-04-19 02:33:34 -04:00
parent 2da8c19a07
commit 28d83fda0d
7 changed files with 14 additions and 6 deletions

View File

@ -380,7 +380,7 @@ YShout.prototype = {
}
for (var j = 0; j < same.length; j++) {
$('#' + same[j].id).fadeTo(this.animSpeed, .8).fadeTo(this.animSpeed, 1);
$('#' + same[j].id).fadeTo(this.animSpeed, 0.8).fadeTo(this.animSpeed, 1);
}
},