Spell checking, d-g.

This commit is contained in:
Mike Castle
2013-11-22 23:31:05 -08:00
parent c31fa3d46d
commit 27bb6f058e
14 changed files with 18 additions and 18 deletions

View File

@ -216,7 +216,7 @@ window.plugin.scoreboard.playerTable = function(sortBy) {
return scoreHtml;
}
// A little helper functon so the above isn't so messy
// A little helper function so the above isn't so messy
window.plugin.scoreboard.playerTableSort = function(name, by) {
var retVal = 'data-sort="' + name + '"';
if(name === by) {