Fix comment typo
This commit is contained in:
@@ -36,7 +36,7 @@ mixin avatar(opts)
|
||||
// Armor
|
||||
span(ng-class="profile.preferences.costume ? profile.preferences.size + '_' + profile.items.gear.costume.armor : profile.preferences.size + '_' + profile.items.gear.equipped.armor")
|
||||
|
||||
//- Cape collar
|
||||
// Cape collar
|
||||
span(ng-class="profile.preferences.costume ? profile.items.gear.costume.back + '_collar' : profile.items.gear.equipped.back + '_collar'")
|
||||
|
||||
// Body
|
||||
|
||||
Reference in New Issue
Block a user